Uses of Class
org.openiam.idm.srvc.grp.dto.GroupAttribute
-
-
Uses of GroupAttribute in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return GroupAttribute Modifier and Type Method Description protected GroupAttribute
GroupAttributeDocumentToEntityConverter. newDTO()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type GroupAttribute Modifier and Type Method Description Class<GroupAttribute>
GroupAttributeDocumentToEntityConverter. getDTOClass()
-
Uses of GroupAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return GroupAttribute Modifier and Type Method Description GroupAttribute
GroupAttributeDozerConverter. convertDTO(GroupAttribute entity, boolean isDeep)
GroupAttribute
GroupAttributeDozerConverter. convertToDTO(GroupAttributeEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type GroupAttribute Modifier and Type Method Description List<GroupAttribute>
GroupAttributeDozerConverter. convertToDTOList(List<GroupAttributeEntity> list, boolean isDeep)
Set<GroupAttribute>
GroupAttributeDozerConverter. convertToDTOSet(Set<GroupAttributeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type GroupAttribute Modifier and Type Method Description GroupAttribute
GroupAttributeDozerConverter. convertDTO(GroupAttribute entity, boolean isDeep)
GroupAttributeEntity
GroupAttributeDozerConverter. convertToEntity(GroupAttribute entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type GroupAttribute Modifier and Type Method Description List<GroupAttributeEntity>
GroupAttributeDozerConverter. convertToEntityList(List<GroupAttribute> list, boolean isDeep)
Set<GroupAttributeEntity>
GroupAttributeDozerConverter. convertToEntitySet(Set<GroupAttribute> set, boolean isDeep)
-
Uses of GroupAttribute in org.openiam.idm.processor.builder
Methods in org.openiam.idm.processor.builder that return types with arguments of type GroupAttribute Modifier and Type Method Description Set<GroupAttribute>
GroupProvisioningPrePostprocessorBuilder. getGroupAttributes()
Method parameters in org.openiam.idm.processor.builder with type arguments of type GroupAttribute Modifier and Type Method Description void
GroupProvisioningPrePostprocessorBuilder. setGroupAttributes(Set<GroupAttribute> groupAttributes)
-
Uses of GroupAttribute in org.openiam.idm.provisioning.diff.model.group
Constructors in org.openiam.idm.provisioning.diff.model.group with parameters of type GroupAttribute Constructor Description GroupAttributeDiff(GroupAttribute newObject, GroupAttribute oldObject)
-
Uses of GroupAttribute in org.openiam.idm.provisioning.preprocessor
Methods in org.openiam.idm.provisioning.preprocessor that return types with arguments of type GroupAttribute Modifier and Type Method Description protected Set<GroupAttribute>
AbstractGroupProvisioningProcessor. getGroupAttributes()
-
Uses of GroupAttribute in org.openiam.idm.srvc.grp.dto
Methods in org.openiam.idm.srvc.grp.dto that return GroupAttribute Modifier and Type Method Description GroupAttribute
Group. getAttributeByName(String attributeName)
Returns the attribute object that is specified by the NAME parameter.Methods in org.openiam.idm.srvc.grp.dto with parameters of type GroupAttribute Modifier and Type Method Description void
Group. addAttribute(GroupAttribute attr)
-