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 class
AbstractAttributeDocumentToEntityConverter<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 AbstractAttributeEntity
TemplateObjectProvider. 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 AbstractAttributeEntity
GroupTemplateProvider. getNewAttributeInstance(String name, GroupEntity entity)
AbstractAttributeEntity
RoleTemplateProvider. getNewAttributeInstance(String name, RoleEntity object)
AbstractAttributeEntity
UseTemplateProvider. 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 class
AbstractAttributeAwareRepositoryImpl<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 class
LoginAttributeEntity
-
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 class
GroupAttributeEntity
-
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 void
PageTemplateAttributeToken. setDeleteList(List<? extends AbstractAttributeEntity> deleteList)
void
PageTemplateAttributeToken. setNonChangedList(List<? extends AbstractAttributeEntity> nonChangedList)
void
PageTemplateAttributeToken. setSaveList(List<? extends AbstractAttributeEntity> saveList)
void
PageTemplateAttributeToken. 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 class
OrganizationAttributeEntity
-
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 class
OTPProviderAttributeEntity
-
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 class
ResourcePropEntity
-
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 class
RoleAttributeEntity
-
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 class
UserAttributeEntity
-