Uses of Class
net.n2oapp.framework.api.metadata.global.dao.object.AbstractParameter
-
-
Uses of AbstractParameter in net.n2oapp.framework.api.data
Method parameters in net.n2oapp.framework.api.data with type arguments of type AbstractParameter Modifier and Type Method Description DataSetDomainProcessor. doDomainConversation(DataSet inDataSet, Collection<AbstractParameter> values)DataSetInvocationProcessor. invoke(N2oInvocation invocation, DataSet inDataSet, Collection<AbstractParameter> inParameters, Collection<AbstractParameter> outParameters)Выполнение действия -
Uses of AbstractParameter in net.n2oapp.framework.api.data.validation
Method parameters in net.n2oapp.framework.api.data.validation with type arguments of type AbstractParameter Modifier and Type Method Description voidConstraintValidation. setInParametersList(List<AbstractParameter> inParametersList) -
Uses of AbstractParameter in net.n2oapp.framework.api.metadata.global.dao.object
Constructors in net.n2oapp.framework.api.metadata.global.dao.object with parameters of type AbstractParameter Constructor Description AbstractParameter(AbstractParameter parameter) -
Uses of AbstractParameter in net.n2oapp.framework.api.metadata.global.dao.object.field
Subclasses of AbstractParameter in net.n2oapp.framework.api.metadata.global.dao.object.field Modifier and Type Class Description classObjectListFieldИсходная модель поля-списка.classObjectReferenceFieldИсходная модель поля, ссылающегося на другой объект.classObjectSetFieldИсходная модель поля-множества.classObjectSimpleFieldИсходная модель простого поля объекта. -
Uses of AbstractParameter in net.n2oapp.framework.api.metadata.local
Methods in net.n2oapp.framework.api.metadata.local that return types with arguments of type AbstractParameter Modifier and Type Method Description List<AbstractParameter>CompiledObject. getObjectFields()Map<String,AbstractParameter>CompiledObject. getObjectFieldsMap()
-