Uses of Class
org.openiam.idm.srvc.entitlements.EntitlementsCollection
-
-
Uses of EntitlementsCollection in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type EntitlementsCollection Constructor Description EntitlementsSearchRequest(SearchBeanData searchBean, EntitlementsCollection[] dependants)EntitlementsSearchRequest(SearchBeanData searchBean, EntitlementsCollection[] dependants, int from, int size)GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)GroupSearchServiceRequest(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size, String ownerId) -
Uses of EntitlementsCollection in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type EntitlementsCollection Modifier and Type Method Description List<Group>GroupRabbitMQService. findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)List<Role>RoleRabbitMQService. findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)GroupListResponseGroupRabbitMQService. findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)RoleListResponseRoleRabbitMQService. findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size) -
Uses of EntitlementsCollection in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter with parameters of type EntitlementsCollection Modifier and Type Method Description abstract DTOAbstractDependencyDozerEntityConverter. convertToDTO(Entity entity, EntitlementsCollection... mappings)GroupGroupDozerConverter. convertToDTO(GroupEntity entity, EntitlementsCollection... mappings)OrganizationOrganizationDozerConverter. convertToDTO(OrganizationEntity organizationEntity, EntitlementsCollection... mappings)ResourceResourceDozerConverter. convertToDTO(ResourceEntity entity, EntitlementsCollection... mappings)RoleRoleDozerConverter. convertToDTO(RoleEntity entity, EntitlementsCollection... mappings)List<DTO>AbstractDependencyDozerEntityConverter. convertToDTOList(List<Entity> list, EntitlementsCollection... mappings) -
Uses of EntitlementsCollection in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type EntitlementsCollection Modifier and Type Method Description org.springframework.data.domain.Page<DTO>GetEntitlementBeansService. findBeans(SEARCH_BEAN searchBean, EntitlementsCollection[] dependencies, int from, int size)Method is used to retrieve list ofGetEntitlementBeansServiceobjects based onGetEntitlementBeansServiceif instance ofGetEntitlementBeansServiceis NULL the result ofPage.empty().RoleRoleDataService. getRoleDTO(String roleId, EntitlementsCollection[] dependants)Gets RoleDTO object for given role id. -
Uses of EntitlementsCollection in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type EntitlementsCollection Modifier and Type Method Description org.springframework.data.domain.Page<DTO>AbstractEntitlementGetBeansServiceImpl. findBeans(SEARCH_BEAN searchBean, EntitlementsCollection[] dependencies, int from, int size)RoleRoleDataServiceImpl. getRoleDTO(String id, EntitlementsCollection[] dependants) -
Uses of EntitlementsCollection in org.openiam.idm.srvc.entitlements
Methods in org.openiam.idm.srvc.entitlements that return EntitlementsCollection Modifier and Type Method Description static EntitlementsCollection[]EntitlementsCollection. asArray(EntitlementsCollection... items)static EntitlementsCollectionEntitlementsCollection. valueOf(String name)Returns the enum constant of this type with the specified name.static EntitlementsCollection[]EntitlementsCollection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.idm.srvc.entitlements with parameters of type EntitlementsCollection Modifier and Type Method Description static EntitlementsCollection[]EntitlementsCollection. asArray(EntitlementsCollection... items) -
Uses of EntitlementsCollection in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type EntitlementsCollection Modifier and Type Method Description GroupListResponseGroupDataWebService. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Return a paged List of Groups based on parameters, which are specified in GroupSearchBean objectGroupListResponseGroupDataWebServiceImpl. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)ResourceListResponseResourceDataService. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Search a ResourceResourceListResponseResourceDataServiceImpl. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)RoleListResponseRoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponseRoleDataWebServiceImpl. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size) -
Uses of EntitlementsCollection in org.openiam.workflow.activiti.model
Methods in org.openiam.workflow.activiti.model that return EntitlementsCollection Modifier and Type Method Description EntitlementsCollectionApproverListForPermission. getType()Methods in org.openiam.workflow.activiti.model with parameters of type EntitlementsCollection Modifier and Type Method Description voidApproverListForPermission. setType(EntitlementsCollection type)Constructors in org.openiam.workflow.activiti.model with parameters of type EntitlementsCollection Constructor Description ApproverListForPermission(String id, List<ApproverAssociation> approverAssociationList, T xref, EntitlementsCollection type)
-