Uses of Class
org.openiam.idm.srvc.mngsys.dto.ApproverAssociation
-
-
Uses of ApproverAssociation in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type ApproverAssociation Constructor Description ApproverAssociationsCrudRequest(ApproverAssociation object) -
Uses of ApproverAssociation in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return ApproverAssociation Modifier and Type Method Description ApproverAssociationApproverAssociationRabbitMQService. getApproverAssociation(String id)Methods in org.openiam.common.beans.mq that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverAssociationRabbitMQService. findBeans(ApproverAssociationSearchBean searchBean)Methods in org.openiam.common.beans.mq with parameters of type ApproverAssociation Modifier and Type Method Description ResponseApproverAssociationRabbitMQService. saveApproverAssociation(ApproverAssociation approverAssociation) -
Uses of ApproverAssociation in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ApproverAssociation Modifier and Type Method Description ApproverAssociationApproverAssociationDozerConverter. convertDTO(ApproverAssociation entity, boolean isDeep)ApproverAssociationApproverAssociationDozerConverter. convertToDTO(ApproverAssociationEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverAssociationDozerConverter. convertToDTOList(List<ApproverAssociationEntity> list, boolean isDeep)Set<ApproverAssociation>ApproverAssociationDozerConverter. convertToDTOSet(Set<ApproverAssociationEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type ApproverAssociation Modifier and Type Method Description ApproverAssociationApproverAssociationDozerConverter. convertDTO(ApproverAssociation entity, boolean isDeep)ApproverAssociationEntityApproverAssociationDozerConverter. convertToEntity(ApproverAssociation entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociationEntity>ApproverAssociationDozerConverter. convertToEntityList(List<ApproverAssociation> list, boolean isDeep)Set<ApproverAssociationEntity>ApproverAssociationDozerConverter. convertToEntitySet(Set<ApproverAssociation> set, boolean isDeep) -
Uses of ApproverAssociation in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return ApproverAssociation Modifier and Type Method Description ApproverAssociationApproverAssocationService. findById(String id)ApproverAssociationApproverAssocationService. saveAprpoverAssociationAndRecalculateDaysToComplete(ApproverAssociation approverAssociation)Methods in org.openiam.esb.core.service that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverAssocationService. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)List<ApproverAssociation>ApproverAssocationService. findByIds(Collection<String> ids)Methods in org.openiam.esb.core.service with parameters of type ApproverAssociation Modifier and Type Method Description StringApproverAssocationService. saveApproverAssociation(ApproverAssociation dto)ApproverAssociationApproverAssocationService. saveAprpoverAssociationAndRecalculateDaysToComplete(ApproverAssociation approverAssociation)Method parameters in org.openiam.esb.core.service with type arguments of type ApproverAssociation Modifier and Type Method Description voidApproverAssocationService. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)Saves or updates list of Approver Association entities for given association type and association id.voidApproverAssocationService. saveMultipleAprpoverAssociationAndRecalculateDaysToComplete(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId) -
Uses of ApproverAssociation in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ApproverAssociation Modifier and Type Method Description ApproverAssociationApproverAssocationServiceImpl. findById(String id)ApproverAssociationApproverAssocationServiceImpl. saveAprpoverAssociationAndRecalculateDaysToComplete(ApproverAssociation approverAssociation)Methods in org.openiam.esb.core.service.impl that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverAssocationServiceImpl. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)List<ApproverAssociation>ApproverAssocationServiceImpl. findByIds(Collection<String> ids)Methods in org.openiam.esb.core.service.impl with parameters of type ApproverAssociation Modifier and Type Method Description StringApproverAssocationServiceImpl. saveApproverAssociation(ApproverAssociation approverAssociation)ApproverAssociationApproverAssocationServiceImpl. saveAprpoverAssociationAndRecalculateDaysToComplete(ApproverAssociation approverAssociation)Method parameters in org.openiam.esb.core.service.impl with type arguments of type ApproverAssociation Modifier and Type Method Description protected abstract ENTITYAbstractOwnerAdminBeansServiceImpl. add(ENTITY entity, ObjectOwner groupOwner, ObjectAdmin groupAdmin, List<ApproverAssociation> approverAssociations)protected GroupEntityGroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)return resourceId for reindex it.protected RoleEntityRoleDataServiceImpl. add(RoleEntity entity, ObjectOwner owner, ObjectAdmin admin, List<ApproverAssociation> initialApprovers)protected voidAbstractOwnerAdminBeansServiceImpl. doSave(ENTITY entity, ObjectOwner owner, ObjectAdmin admin, List<ApproverAssociation> approverAssociations)voidApproverAssocationServiceImpl. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)voidApproverAssocationServiceImpl. saveMultipleAprpoverAssociationAndRecalculateDaysToComplete(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId) -
Uses of ApproverAssociation in org.openiam.idm.srvc.mngsys.bean
Constructors in org.openiam.idm.srvc.mngsys.bean with parameters of type ApproverAssociation Constructor Description ApproveBean(ApproverAssociation appAssociation, String approverName, List<String> appUserIds, List<EscalateInfoBean> escalateInfoBeans, String note) -
Uses of ApproverAssociation in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverAssociationsWebService. getApproverAssociations(ApproverAssociationSearchBean searchBean, int from, int size)Deprecated.List<ApproverAssociation>ApproverAssociationsWebServiceImpl. getApproverAssociations(ApproverAssociationSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.am with parameters of type ApproverAssociation Modifier and Type Method Description ResponseApproverAssociationsWebService. saveApproverAssociation(ApproverAssociation approverAssociation)ResponseApproverAssociationsWebServiceImpl. saveApproverAssociation(ApproverAssociation approverAssociation)Method parameters in org.openiam.srvc.am with type arguments of type ApproverAssociation Modifier and Type Method Description ResponseApproverAssociationsWebService. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)Saves or updates list of Approver Association entities for given association type and association id.ResponseApproverAssociationsWebServiceImpl. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId) -
Uses of ApproverAssociation in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return ApproverAssociation Modifier and Type Method Description ApproverAssociationActivitiApproverAssociationHelper. getApproverAssociation(org.activiti.engine.delegate.DelegateExecution execution)Methods in org.openiam.workflow.activiti.delegate.core that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ActivitiApproverAssociationHelper. getApproverAssociations(org.activiti.engine.delegate.DelegateExecution execution)Methods in org.openiam.workflow.activiti.delegate.core with parameters of type ApproverAssociation Modifier and Type Method Description Set<String>ActivitiApproverAssociationHelper. calculateAdminsForApplication(ApproverAssociation associationEntity, User user)Set<String>ActivitiApproverAssociationHelper. calculateOwnersForApplication(ApproverAssociation associationEntity, User user)ActivitiApproverCardinalityModelActivitiApproverAssociationHelper. getCandidateUserIds(ApproverAssociation associationEntity, String targetUserId, List<String> supervisorIds)List<String>ActivitiApproverAssociationHelper. getObjectAdminUserIds(ApproverAssociation association)List<String>ActivitiApproverAssociationHelper. getObjectOwnerUserIds(ApproverAssociation association)Set<String>ActivitiApproverAssociationHelper. obtainTargetApplicationIds(ApproverAssociation associationEntity, User user) -
Uses of ApproverAssociation in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy that return types with arguments of type ApproverAssociation Modifier and Type Method Description protected List<ApproverAssociation>AbstractApproverAssociationIdentifier. getDefaultApproverAssociations()List<ApproverAssociation>CreateUserRequestEntitlementsApproverAssociationIdentifier. getPreDefinedApproverAssociationList()List<ApproverAssociation>CreateUserRequestResourceOwnerApproverAssociationIdentifier. getPreDefinedApproverAssociationList()protected List<ApproverAssociation>AbstractApproverAssociationIdentifier. search(String id, AssociationType type)Methods in org.openiam.workflow.activiti.groovy with parameters of type ApproverAssociation Modifier and Type Method Description protected voidAbstractApproverAssociationIdentifier. extractApprovers(List<ApproverAssociation> approverAssociationList, ApproverAssociation defApprover, String targetUserId)protected List<EscalateInfoBean>AbstractApproverAssociationIdentifier. processEscalateOfStep(ApproverAssociation approverAssociation, String targetUserId)Method parameters in org.openiam.workflow.activiti.groovy with type arguments of type ApproverAssociation Modifier and Type Method Description protected voidAbstractApproverAssociationIdentifier. extractApprovers(List<ApproverAssociation> approverAssociationList, ApproverAssociation defApprover, String targetUserId)voidCreateUserRequestEntitlementsApproverAssociationIdentifier. setPreDefinedApproverAssociationList(List<ApproverAssociation> preDefinedApproverAssociationList)voidCreateUserRequestResourceOwnerApproverAssociationIdentifier. setPreDefinedApproverAssociationList(List<ApproverAssociation> preDefinedApproverAssociationList) -
Uses of ApproverAssociation in org.openiam.workflow.activiti.model
Methods in org.openiam.workflow.activiti.model that return types with arguments of type ApproverAssociation Modifier and Type Method Description List<ApproverAssociation>ApproverListForPermission. getApproverAssociationList()Method parameters in org.openiam.workflow.activiti.model with type arguments of type ApproverAssociation Modifier and Type Method Description voidApproverListForPermission. setApproverAssociationList(List<ApproverAssociation> approverAssociationList)Constructor parameters in org.openiam.workflow.activiti.model with type arguments of type ApproverAssociation Constructor Description ApproverListForPermission(String id, List<ApproverAssociation> approverAssociationList, T xref, EntitlementsCollection type)
-