Uses of Class
org.openiam.idm.srvc.meta.domain.MetadataElementEntity
-
-
Uses of MetadataElementEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return MetadataElementEntity Modifier and Type Method Description MetadataElementEntity
MetaDataElementDozerConverter. convertEntity(MetadataElementEntity entity, boolean isDeep)
MetadataElementEntity
MetaDataElementDozerConverter. convertToEntity(MetadataElement entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type MetadataElementEntity Modifier and Type Method Description List<MetadataElementEntity>
MetaDataElementDozerConverter. convertToEntityList(List<MetadataElement> list, boolean isDeep)
Set<MetadataElementEntity>
MetaDataElementDozerConverter. convertToEntitySet(Set<MetadataElement> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type MetadataElementEntity Modifier and Type Method Description MetadataElementEntity
MetaDataElementDozerConverter. convertEntity(MetadataElementEntity entity, boolean isDeep)
MetadataElement
MetaDataElementDozerConverter. convertToDTO(MetadataElementEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type MetadataElementEntity Modifier and Type Method Description List<MetadataElement>
MetaDataElementDozerConverter. convertToDTOList(List<MetadataElementEntity> list, boolean isDeep)
Set<MetadataElement>
MetaDataElementDozerConverter. convertToDTOSet(Set<MetadataElementEntity> set, boolean isDeep)
-
Uses of MetadataElementEntity in org.openiam.esb.core.meta.service.impl
Methods in org.openiam.esb.core.meta.service.impl that return MetadataElementEntity Modifier and Type Method Description protected MetadataElementEntity
MetadataElementTemplateServiceImpl. getMetadataElement(String typeId, MetadataElementEntity element)
Methods in org.openiam.esb.core.meta.service.impl that return types with arguments of type MetadataElementEntity Modifier and Type Method Description org.springframework.data.domain.Page<MetadataElementEntity>
MetadataElementServiceImpl. findBeans(MetadataElementSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.meta.service.impl with parameters of type MetadataElementEntity Modifier and Type Method Description protected MetadataElementEntity
MetadataElementTemplateServiceImpl. getMetadataElement(String typeId, MetadataElementEntity element)
-
Uses of MetadataElementEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type MetadataElementEntity Modifier and Type Method Description static GroupAttributeEntity
AttributeUtil. buildGroupAttribute(GroupEntity group, MetadataElementEntity metadataElementEntity)
static OrganizationAttributeEntity
AttributeUtil. buildOrgAttribute(OrganizationEntity org, MetadataElementEntity metadataElementEntity)
static ResourcePropEntity
AttributeUtil. buildResAttribute(ResourceEntity res, MetadataElementEntity metadataElementEntity)
static RoleAttributeEntity
AttributeUtil. buildRoleAttribute(RoleEntity role, MetadataElementEntity metadataElementEntity)
static UserAttributeEntity
AttributeUtil. buildUserAttribute(UserEntity user, MetadataElementEntity metadataElementEntity)
-
Uses of MetadataElementEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type MetadataElementEntity Modifier and Type Method Description List<MetadataElementEntity>
MetadataElementRepository. getByResourceId(String resourceId)
-
Uses of MetadataElementEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type MetadataElementEntity Modifier and Type Method Description List<MetadataElementEntity>
MetadataElementRepositoryCustom. findByIds(Collection<String> ids)
-
Uses of MetadataElementEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type MetadataElementEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<MetadataElementEntity>
MetadataElementRepositoryImpl. buildSpecifications(MetadataElementSearchBean sb)
Search MetadataElementEntity by conditions in MetadataTypeSearchBeanList<MetadataElementEntity>
MetadataElementRepositoryImpl. findByIds(Collection<String> ids)
protected Class<MetadataElementEntity>
MetadataElementRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<MetadataElementEntity,String>
MetadataElementRepositoryImpl. getRepository()
-
Uses of MetadataElementEntity in org.openiam.idm.srvc.meta.domain.pk
Constructors in org.openiam.idm.srvc.meta.domain.pk with parameters of type MetadataElementEntity Constructor Description MetadataElementPageTemplateXrefIdEntity(MetadataElementPageTemplateEntity template, MetadataElementEntity metadataElement)
-
Uses of MetadataElementEntity in org.openiam.idm.srvc.meta.dto
Constructors in org.openiam.idm.srvc.meta.dto with parameters of type MetadataElementEntity Constructor Description PageElement(MetadataElementEntity element, Integer order)
-