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 MetadataElementEntityMetaDataElementDozerConverter. convertEntity(MetadataElementEntity entity, boolean isDeep)MetadataElementEntityMetaDataElementDozerConverter. 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 MetadataElementEntityMetaDataElementDozerConverter. convertEntity(MetadataElementEntity entity, boolean isDeep)MetadataElementMetaDataElementDozerConverter. 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 MetadataElementEntityMetadataElementTemplateServiceImpl. 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 MetadataElementEntityMetadataElementTemplateServiceImpl. 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 GroupAttributeEntityAttributeUtil. buildGroupAttribute(GroupEntity group, MetadataElementEntity metadataElementEntity)static OrganizationAttributeEntityAttributeUtil. buildOrgAttribute(OrganizationEntity org, MetadataElementEntity metadataElementEntity)static ResourcePropEntityAttributeUtil. buildResAttribute(ResourceEntity res, MetadataElementEntity metadataElementEntity)static RoleAttributeEntityAttributeUtil. buildRoleAttribute(RoleEntity role, MetadataElementEntity metadataElementEntity)static UserAttributeEntityAttributeUtil. 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)
-