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)
GroupListResponse
GroupRabbitMQService. findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
RoleListResponse
RoleRabbitMQService. 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 DTO
AbstractDependencyDozerEntityConverter. convertToDTO(Entity entity, EntitlementsCollection... mappings)
Group
GroupDozerConverter. convertToDTO(GroupEntity entity, EntitlementsCollection... mappings)
Organization
OrganizationDozerConverter. convertToDTO(OrganizationEntity organizationEntity, EntitlementsCollection... mappings)
Resource
ResourceDozerConverter. convertToDTO(ResourceEntity entity, EntitlementsCollection... mappings)
Role
RoleDozerConverter. 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 ofGetEntitlementBeansService
objects based onGetEntitlementBeansService
if instance ofGetEntitlementBeansService
is NULL the result ofPage.empty()
.Role
RoleDataService. 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)
Role
RoleDataServiceImpl. 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 EntitlementsCollection
EntitlementsCollection. 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 GroupListResponse
GroupDataWebService. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Groups based on parameters, which are specified in GroupSearchBean objectGroupListResponse
GroupDataWebServiceImpl. findBeans(GroupSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
ResourceListResponse
ResourceDataService. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Search a ResourceResourceListResponse
ResourceDataServiceImpl. findBeans(ResourceSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
RoleListResponse
RoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponse
RoleDataWebServiceImpl. 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 EntitlementsCollection
ApproverListForPermission. getType()
Methods in org.openiam.workflow.activiti.model with parameters of type EntitlementsCollection Modifier and Type Method Description void
ApproverListForPermission. 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)
-