Uses of Class
org.openiam.idm.srvc.res.domain.ResourcePropEntity
-
-
Uses of ResourcePropEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ResourcePropEntity Modifier and Type Method Description protected ResourcePropEntityResourceAttributeDocumentToEntityConverter. newEntity()Methods in org.openiam.elasticsearch.converter that return types with arguments of type ResourcePropEntity Modifier and Type Method Description Class<ResourcePropEntity>ResourceAttributeDocumentToEntityConverter. getEntityClass() -
Uses of ResourcePropEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ResourcePropEntity Modifier and Type Method Description ResourcePropEntityResourcePropDozerConverter. convertEntity(ResourcePropEntity entity, boolean isDeep)ResourcePropEntityResourcePropDozerConverter. convertToEntity(ResourceProp entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ResourcePropEntity Modifier and Type Method Description List<ResourcePropEntity>ResourcePropDozerConverter. convertToEntityList(List<ResourceProp> list, boolean isDeep)Set<ResourcePropEntity>ResourcePropDozerConverter. convertToEntitySet(Set<ResourceProp> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type ResourcePropEntity Modifier and Type Method Description ResourcePropEntityResourcePropDozerConverter. convertEntity(ResourcePropEntity entity, boolean isDeep)ResourcePropResourcePropDozerConverter. convertToDTO(ResourcePropEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ResourcePropEntity Modifier and Type Method Description List<ResourceProp>ResourcePropDozerConverter. convertToDTOList(List<ResourcePropEntity> list, boolean isDeep)Set<ResourceProp>ResourcePropDozerConverter. convertToDTOSet(Set<ResourcePropEntity> set, boolean isDeep) -
Uses of ResourcePropEntity in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return ResourcePropEntity Modifier and Type Method Description ResourcePropEntityResourceAttributeListener. buildResAttribute(ResourceEntity resource, UpdateAttributeByMetadataRequest request) -
Uses of ResourcePropEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type ResourcePropEntity Modifier and Type Method Description List<ResourcePropEntity>ResourceService. findBeans(ResourceAttributeSearchBean sb, int from, int size)Methods in org.openiam.esb.core.service with parameters of type ResourcePropEntity Modifier and Type Method Description voidResourceService. saveAttribute(ResourcePropEntity attribute) -
Uses of ResourcePropEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ResourcePropEntity Modifier and Type Method Description List<ResourcePropEntity>ResourceServiceImpl. findBeans(ResourceAttributeSearchBean sb, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type ResourcePropEntity Modifier and Type Method Description voidResourceServiceImpl. saveAttribute(ResourcePropEntity attribute) -
Uses of ResourcePropEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils that return ResourcePropEntity Modifier and Type Method Description static ResourcePropEntityAttributeUtil. buildResAttribute(ResourceEntity res, MetadataElementEntity metadataElementEntity) -
Uses of ResourcePropEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type ResourcePropEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ResourcePropEntity>ResourcePropRepositoryImpl. buildSpecifications(ResourceAttributeSearchBean sb)Search ResourcePropEntity by conditions in ResourcePropSearchBeanprotected Class<ResourcePropEntity>ResourceRepositoryImpl. getAttributeClass()protected Class<ResourcePropEntity>ResourcePropRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<ResourcePropEntity,String>ResourcePropRepositoryImpl. getRepository() -
Uses of ResourcePropEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain that return ResourcePropEntity Modifier and Type Method Description ResourcePropEntityResourceEntity. getResourceProperty(String propName)Methods in org.openiam.idm.srvc.res.domain with parameters of type ResourcePropEntity Modifier and Type Method Description voidResourceEntity. addResourceProperty(ResourcePropEntity property)
-