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 ResourcePropEntity
ResourceAttributeDocumentToEntityConverter. 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 ResourcePropEntity
ResourcePropDozerConverter. convertEntity(ResourcePropEntity entity, boolean isDeep)
ResourcePropEntity
ResourcePropDozerConverter. 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 ResourcePropEntity
ResourcePropDozerConverter. convertEntity(ResourcePropEntity entity, boolean isDeep)
ResourceProp
ResourcePropDozerConverter. 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 ResourcePropEntity
ResourceAttributeListener. 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 void
ResourceService. 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 void
ResourceServiceImpl. 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 ResourcePropEntity
AttributeUtil. 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 ResourcePropEntity
ResourceEntity. getResourceProperty(String propName)
Methods in org.openiam.idm.srvc.res.domain with parameters of type ResourcePropEntity Modifier and Type Method Description void
ResourceEntity. addResourceProperty(ResourcePropEntity property)
-