Uses of Class
org.openiam.base.domain.AbstractAttributeEntity
-
-
Uses of AbstractAttributeEntity in org.openiam.elasticsearch.converter
Classes in org.openiam.elasticsearch.converter with type parameters of type AbstractAttributeEntity Modifier and Type Class Description classAbstractAttributeDocumentToEntityConverter<D extends AbstractAttributeDoc,E extends AbstractAttributeEntity,DTO extends AbstractAttributeDTO> -
Uses of AbstractAttributeEntity in org.openiam.esb.core.meta.service
Methods in org.openiam.esb.core.meta.service that return AbstractAttributeEntity Modifier and Type Method Description AbstractAttributeEntityTemplateObjectProvider. getNewAttributeInstance(String name, Entity objectId)Methods in org.openiam.esb.core.meta.service that return types with arguments of type AbstractAttributeEntity Modifier and Type Method Description Map<String,AbstractAttributeEntity>TemplateObjectProvider. getAttributeName2ObjectAttributeMap(String objectId)Map<String,List<AbstractAttributeEntity>>TemplateObjectProvider. getMetadataId2ObjectAttributeMap(String objectId, Set<String> attributeNames) -
Uses of AbstractAttributeEntity in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider that return AbstractAttributeEntity Modifier and Type Method Description AbstractAttributeEntityGroupTemplateProvider. getNewAttributeInstance(String name, GroupEntity entity)AbstractAttributeEntityRoleTemplateProvider. getNewAttributeInstance(String name, RoleEntity object)AbstractAttributeEntityUseTemplateProvider. getNewAttributeInstance(String name, UserEntity entity)Methods in org.openiam.esb.core.template.provider that return types with arguments of type AbstractAttributeEntity Modifier and Type Method Description Map<String,AbstractAttributeEntity>AbstractTemplateObjectProvider. getAttributeName2ObjectAttributeMap(String objectId)protected abstract List<? extends AbstractAttributeEntity>AbstractTemplateObjectProvider. getAttributes(String objectId)protected abstract List<? extends AbstractAttributeEntity>AbstractTemplateObjectProvider. getAttributes(String objectId, Set<String> metadataTypes)protected List<? extends AbstractAttributeEntity>GroupTemplateProvider. getAttributes(String objectId)protected List<? extends AbstractAttributeEntity>GroupTemplateProvider. getAttributes(String objectId, Set<String> attributeNames)protected List<? extends AbstractAttributeEntity>UseTemplateProvider. getAttributes(String objectId)protected List<? extends AbstractAttributeEntity>UseTemplateProvider. getAttributes(String objectId, Set<String> attributeNames)Map<String,List<AbstractAttributeEntity>>AbstractTemplateObjectProvider. getMetadataId2ObjectAttributeMap(String objectId, Set<String> metadataTypes) -
Uses of AbstractAttributeEntity in org.openiam.esb.repository.impl
Classes in org.openiam.esb.repository.impl with type parameters of type AbstractAttributeEntity Modifier and Type Class Description classAbstractAttributeAwareRepositoryImpl<Entity extends AbstractMetadataTypeEntity,DTO extends AbstractMetadataTypeDTO,AttributeEntity extends AbstractAttributeEntity,AttributeDTO extends AbstractAttributeDTO,S extends AbstractAttributeAwareSearchBean<DTO,AttributeDTO,AttributeSearchBean>,AttributeSearchBean extends AbstractAttributeSearchBean<AttributeDTO>> -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.auth.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.auth.domain Modifier and Type Class Description classLoginAttributeEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.grp.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.grp.domain Modifier and Type Class Description classGroupAttributeEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.meta.dto
Methods in org.openiam.idm.srvc.meta.dto that return types with arguments of type AbstractAttributeEntity Modifier and Type Method Description List<? extends AbstractAttributeEntity>PageTemplateAttributeToken. getDeleteList()List<? extends AbstractAttributeEntity>PageTemplateAttributeToken. getNonChangedList()List<? extends AbstractAttributeEntity>PageTemplateAttributeToken. getSaveList()List<? extends AbstractAttributeEntity>PageTemplateAttributeToken. getUpdateList()Method parameters in org.openiam.idm.srvc.meta.dto with type arguments of type AbstractAttributeEntity Modifier and Type Method Description voidPageTemplateAttributeToken. setDeleteList(List<? extends AbstractAttributeEntity> deleteList)voidPageTemplateAttributeToken. setNonChangedList(List<? extends AbstractAttributeEntity> nonChangedList)voidPageTemplateAttributeToken. setSaveList(List<? extends AbstractAttributeEntity> saveList)voidPageTemplateAttributeToken. setUpdateList(List<? extends AbstractAttributeEntity> updateList) -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.org.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.org.domain Modifier and Type Class Description classOrganizationAttributeEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.otp.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.otp.domain Modifier and Type Class Description classOTPProviderAttributeEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.res.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.res.domain Modifier and Type Class Description classResourcePropEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.role.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.role.domain Modifier and Type Class Description classRoleAttributeEntity -
Uses of AbstractAttributeEntity in org.openiam.idm.srvc.user.domain
Subclasses of AbstractAttributeEntity in org.openiam.idm.srvc.user.domain Modifier and Type Class Description classUserAttributeEntity
-