Uses of Class
com.soffid.iam.api.MetadataScope
-
Packages that use MetadataScope Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of MetadataScope in com.soffid.iam.api
Fields in com.soffid.iam.api declared as MetadataScope Modifier and Type Field Description static MetadataScopeMetadataScope. ACCOUNTstatic MetadataScopeMetadataScope. APPLICATIONstatic MetadataScopeMetadataScope. CUSTOMstatic MetadataScopeMetadataScope. GROUPstatic MetadataScopeMetadataScope. GROUP_MEMBERSHIPstatic MetadataScopeMetadataScope. MAIL_LISTstatic MetadataScopeMetadataScope. ROLEstatic MetadataScopeMetadataScope. USERMethods in com.soffid.iam.api that return MetadataScope Modifier and Type Method Description static MetadataScopeMetadataScope. fromString(String value)Creates an instance of MetadataScope fromvalue.MetadataScopeCustomObjectType. getScope()Gets value for attribute scopeMetadataScopeDataType. getScope()Gets value for attribute scopeMethods in com.soffid.iam.api with parameters of type MetadataScope Modifier and Type Method Description voidCustomObjectType. setScope(MetadataScope scope)Sets value for attribute scopevoidDataType. setScope(MetadataScope scope)Sets value for attribute scopeConstructors in com.soffid.iam.api with parameters of type MetadataScope Constructor Description CustomObjectType(Long id, String name, String description, MetadataScope scope, boolean builtin, boolean textIndex, String extensibleObjectClass, Boolean publicAccess, List<String> managerRoles, List<String> userRoles)DataType(String code, Long order, Long id, MetadataScope scope, String objectType, String dataObjectType, TypeEnumeration type, Integer size, boolean required, boolean readOnly, boolean multiLine, boolean multiValued, Boolean searchCriteria, Integer multiValuedRows, String label, String hint, String nlsLabel, String description, List<String> values, AttributeVisibilityEnum adminVisibility, AttributeVisibilityEnum operatorVisibility, AttributeVisibilityEnum userVisibility, String systemName, Boolean unique, String visibilityExpression, String validationExpression, String filterExpression, String onLoadTrigger, String onChangeTrigger, String onFocusTrigger, String validator, String enumeration, Boolean builtin, String builtinHandler, LetterCaseEnum letterCase) -
Uses of MetadataScope in com.soffid.iam.service
Methods in com.soffid.iam.service with parameters of type MetadataScope Modifier and Type Method Description Collection<DataType>AdditionalDataService. findDataTypes(MetadataScope scope)Operation findDataTypes Retrieves the not builtin attributesCollection<DataType>AdditionalDataService. findDataTypes2(MetadataScope scope)Operation findDataTypes2 Retrieves the bultin and not builtin attributesCollection<DataType>AdditionalDataService. findDataTypesByScopeAndName(MetadataScope scope, String codi)Operation findDataTypesByScopeAndNamevoidAdditionalDataService. registerStandardObject(String resourceName, MetadataScope scope, boolean reset)Operation registerStandardObject -
Uses of MetadataScope in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb with parameters of type MetadataScope Modifier and Type Method Description Collection<DataType>AdditionalDataService. findDataTypes(MetadataScope scope)Collection<DataType>AdditionalDataService. findDataTypes2(MetadataScope scope)Collection<DataType>AdditionalDataService. findDataTypesByScopeAndName(MetadataScope scope, String codi)voidAdditionalDataService. registerStandardObject(String resourceName, MetadataScope scope, boolean reset) -
Uses of MetadataScope in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return MetadataScope Modifier and Type Method Description MetadataScopeTipusDada. getScope()Gets value for attribute scopeMethods in es.caib.seycon.ng.comu with parameters of type MetadataScope Modifier and Type Method Description voidTipusDada. setScope(MetadataScope scope)Sets value for attribute scopeConstructors in es.caib.seycon.ng.comu with parameters of type MetadataScope Constructor Description TipusDada(String codi, Long ordre, Long id, MetadataScope scope, String objectType, String dataObjectType, TypeEnumeration type, Integer size, boolean required, boolean readOnly, boolean multiLine, boolean multiValued, Boolean searchCriteria, Integer multiValuedRows, String label, String hint, String nlsLabel, String description, List<String> values, AttributeVisibilityEnum adminVisibility, AttributeVisibilityEnum operatorVisibility, AttributeVisibilityEnum userVisibility, String systemName, Boolean unique, String visibilityExpression, String validationExpression, String filterExpression, String onLoadTrigger, String onChangeTrigger, String onFocusTrigger, String validator, String enumeration, Boolean builtin, String builtinHandler, LetterCaseEnum letterCase) -
Uses of MetadataScope in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei with parameters of type MetadataScope Modifier and Type Method Description Collection<TipusDada>DadesAddicionalsService. findDataTypes(MetadataScope scope)Operation findDataTypes Retrieves the not builtin attributesCollection<TipusDada>DadesAddicionalsService. findDataTypes2(MetadataScope scope)Operation findDataTypes2 Retrieves the bultin and not builtin attributesCollection<TipusDada>DadesAddicionalsService. findTipusDadesByScopeAndName(MetadataScope scope, String codi)Operation findTipusDadesByScopeAndNamevoidDadesAddicionalsService. registerStandardObject(String resourceName, MetadataScope scope, boolean reset)Operation registerStandardObject -
Uses of MetadataScope in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb with parameters of type MetadataScope Modifier and Type Method Description Collection<TipusDada>DadesAddicionalsService. findDataTypes(MetadataScope scope)Collection<TipusDada>DadesAddicionalsService. findDataTypes2(MetadataScope scope)Collection<TipusDada>DadesAddicionalsService. findTipusDadesByScopeAndName(MetadataScope scope, String codi)voidDadesAddicionalsService. registerStandardObject(String resourceName, MetadataScope scope, boolean reset)
-