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 ApproverAssociation
ApproverAssociationRabbitMQService. 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 Response
ApproverAssociationRabbitMQService. 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 ApproverAssociation
ApproverAssociationDozerConverter. convertDTO(ApproverAssociation entity, boolean isDeep)
ApproverAssociation
ApproverAssociationDozerConverter. 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 ApproverAssociation
ApproverAssociationDozerConverter. convertDTO(ApproverAssociation entity, boolean isDeep)
ApproverAssociationEntity
ApproverAssociationDozerConverter. 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 ApproverAssociation
ApproverAssocationService. findById(String id)
ApproverAssociation
ApproverAssocationService. 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 String
ApproverAssocationService. saveApproverAssociation(ApproverAssociation dto)
ApproverAssociation
ApproverAssocationService. saveAprpoverAssociationAndRecalculateDaysToComplete(ApproverAssociation approverAssociation)
Method parameters in org.openiam.esb.core.service with type arguments of type ApproverAssociation Modifier and Type Method Description void
ApproverAssocationService. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)
Saves or updates list of Approver Association entities for given association type and association id.void
ApproverAssocationService. 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 ApproverAssociation
ApproverAssocationServiceImpl. findById(String id)
ApproverAssociation
ApproverAssocationServiceImpl. 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 String
ApproverAssocationServiceImpl. saveApproverAssociation(ApproverAssociation approverAssociation)
ApproverAssociation
ApproverAssocationServiceImpl. 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 ENTITY
AbstractOwnerAdminBeansServiceImpl. add(ENTITY entity, ObjectOwner groupOwner, ObjectAdmin groupAdmin, List<ApproverAssociation> approverAssociations)
protected GroupEntity
GroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)
return resourceId for reindex it.protected RoleEntity
RoleDataServiceImpl. add(RoleEntity entity, ObjectOwner owner, ObjectAdmin admin, List<ApproverAssociation> initialApprovers)
protected void
AbstractOwnerAdminBeansServiceImpl. doSave(ENTITY entity, ObjectOwner owner, ObjectAdmin admin, List<ApproverAssociation> approverAssociations)
void
ApproverAssocationServiceImpl. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)
void
ApproverAssocationServiceImpl. 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 Response
ApproverAssociationsWebService. saveApproverAssociation(ApproverAssociation approverAssociation)
Response
ApproverAssociationsWebServiceImpl. saveApproverAssociation(ApproverAssociation approverAssociation)
Method parameters in org.openiam.srvc.am with type arguments of type ApproverAssociation Modifier and Type Method Description Response
ApproverAssociationsWebService. saveApproverAssociations(List<ApproverAssociation> approverAssociationList, AssociationType type, String entityId)
Saves or updates list of Approver Association entities for given association type and association id.Response
ApproverAssociationsWebServiceImpl. 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 ApproverAssociation
ActivitiApproverAssociationHelper. 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)
ActivitiApproverCardinalityModel
ActivitiApproverAssociationHelper. 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 void
AbstractApproverAssociationIdentifier. 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 void
AbstractApproverAssociationIdentifier. extractApprovers(List<ApproverAssociation> approverAssociationList, ApproverAssociation defApprover, String targetUserId)
void
CreateUserRequestEntitlementsApproverAssociationIdentifier. setPreDefinedApproverAssociationList(List<ApproverAssociation> preDefinedApproverAssociationList)
void
CreateUserRequestResourceOwnerApproverAssociationIdentifier. 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 void
ApproverListForPermission. 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)
-