Uses of Class
com.soffid.iam.base.api.MetadataScope
Packages that use MetadataScope
Package
Description
-
Uses of MetadataScope in com.soffid.iam.base.api
Fields in com.soffid.iam.base.api declared as MetadataScopeModifier and TypeFieldDescriptionstatic final MetadataScopeMetadataScope.ACCOUNTstatic final MetadataScopeMetadataScope.APPLICATIONstatic final MetadataScopeMetadataScope.CUSTOMstatic final MetadataScopeMetadataScope.GROUPstatic final MetadataScopeMetadataScope.GROUP_MEMBERSHIPstatic final MetadataScopeMetadataScope.MAIL_LISTstatic final MetadataScopeMetadataScope.ROLEstatic final MetadataScopeMetadataScope.USERMethods in com.soffid.iam.base.api that return MetadataScopeModifier and TypeMethodDescriptionstatic MetadataScopeMetadataScope.fromString(String value) Creates an instance of MetadataScope fromvalue.DataType.getScope()Gets value for attribute scopeMethods in com.soffid.iam.base.api with parameters of type MetadataScopeModifier and TypeMethodDescriptionvoidDataType.setScope(MetadataScope scope) Sets value for attribute scopeConstructors in com.soffid.iam.base.api with parameters of type MetadataScopeModifierConstructorDescriptionDataType(String name, 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, Map<String, String> nlsLabels, 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.base.service
Methods in com.soffid.iam.base.service with parameters of type MetadataScopeModifier and TypeMethodDescriptionAdditionalDataService.findDataTypes(MetadataScope scope) Operation findDataTypes Retrieves the not builtin attributesAdditionalDataService.findDataTypes2(MetadataScope scope) Operation findDataTypes2 Retrieves the bultin and not builtin attributesAdditionalDataService.findDataTypesByScopeAndName(MetadataScope scope, String codi) Operation findDataTypesByScopeAndNamevoidAdditionalDataService.registerStandardObject(String resourceName, MetadataScope scope, boolean reset) Operation registerStandardObject -
Uses of MetadataScope in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb with parameters of type MetadataScopeModifier and TypeMethodDescriptionAdditionalDataService.findDataTypes(MetadataScope scope) AdditionalDataService.findDataTypes2(MetadataScope scope) AdditionalDataService.findDataTypesByScopeAndName(MetadataScope scope, String codi) voidAdditionalDataService.registerStandardObject(String resourceName, MetadataScope scope, boolean reset) -
Uses of MetadataScope in com.soffid.iam.iga.api
Methods in com.soffid.iam.iga.api that return MetadataScopeMethods in com.soffid.iam.iga.api with parameters of type MetadataScopeModifier and TypeMethodDescriptionvoidCustomObjectType.setScope(MetadataScope scope) Sets value for attribute scopeConstructors in com.soffid.iam.iga.api with parameters of type MetadataScopeModifierConstructorDescriptionCustomObjectType(Long id, String name, String description, Map<String, String> nlsDescription, MetadataScope scope, boolean builtin, boolean textIndex, String extensibleObjectClass, Boolean publicAccess, List<String> managerRoles, List<String> userRoles, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy)