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 MetadataScope
MetadataScope. ACCOUNT
static MetadataScope
MetadataScope. APPLICATION
static MetadataScope
MetadataScope. CUSTOM
static MetadataScope
MetadataScope. GROUP
static MetadataScope
MetadataScope. GROUP_MEMBERSHIP
static MetadataScope
MetadataScope. MAIL_LIST
static MetadataScope
MetadataScope. ROLE
static MetadataScope
MetadataScope. USER
Methods in com.soffid.iam.api that return MetadataScope Modifier and Type Method Description static MetadataScope
MetadataScope. fromString(String value)
Creates an instance of MetadataScope fromvalue
.MetadataScope
CustomObjectType. getScope()
Gets value for attribute scopeMetadataScope
DataType. getScope()
Gets value for attribute scopeMethods in com.soffid.iam.api with parameters of type MetadataScope Modifier and Type Method Description void
CustomObjectType. setScope(MetadataScope scope)
Sets value for attribute scopevoid
DataType. 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 findDataTypesByScopeAndNamevoid
AdditionalDataService. 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)
void
AdditionalDataService. 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 MetadataScope
TipusDada. getScope()
Gets value for attribute scopeMethods in es.caib.seycon.ng.comu with parameters of type MetadataScope Modifier and Type Method Description void
TipusDada. 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 findTipusDadesByScopeAndNamevoid
DadesAddicionalsService. 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)
void
DadesAddicionalsService. registerStandardObject(String resourceName, MetadataScope scope, boolean reset)
-