Uses of Class
org.openiam.idm.srvc.policy.domain.PolicyAttributeEntity
-
Packages that use PolicyAttributeEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.idm.srvc.policy.domain -
-
Uses of PolicyAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PolicyAttributeEntity Modifier and Type Method Description PolicyAttributeEntityPolicyAttributeDozerConverter. convertEntity(PolicyAttributeEntity entity, boolean isDeep)PolicyAttributeEntityPolicyAttributeDozerConverter. convertToEntity(PolicyAttribute entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PolicyAttributeEntity Modifier and Type Method Description List<PolicyAttributeEntity>PolicyAttributeDozerConverter. convertToEntityList(List<PolicyAttribute> list, boolean isDeep)Set<PolicyAttributeEntity>PolicyAttributeDozerConverter. convertToEntitySet(Set<PolicyAttribute> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type PolicyAttributeEntity Modifier and Type Method Description PolicyAttributeEntityPolicyAttributeDozerConverter. convertEntity(PolicyAttributeEntity entity, boolean isDeep)PolicyAttributePolicyAttributeDozerConverter. convertToDTO(PolicyAttributeEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PolicyAttributeEntity Modifier and Type Method Description List<PolicyAttribute>PolicyAttributeDozerConverter. convertToDTOList(List<PolicyAttributeEntity> list, boolean isDeep)Set<PolicyAttribute>PolicyAttributeDozerConverter. convertToDTOSet(Set<PolicyAttributeEntity> set, boolean isDeep) -
Uses of PolicyAttributeEntity in org.openiam.idm.srvc.policy.domain
Methods in org.openiam.idm.srvc.policy.domain that return PolicyAttributeEntity Modifier and Type Method Description PolicyAttributeEntityPolicyEntity. getAttribute(String name)Deprecated.PolicyAttributeEntityPolicyEntity. getAttribute(PolicyAttributeNameEnum name)Methods in org.openiam.idm.srvc.policy.domain with parameters of type PolicyAttributeEntity Modifier and Type Method Description intPolicyAttributeEntity. compareTo(PolicyAttributeEntity o)
-