@Component public class AccCertUpdateHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected AccCertResponseComputationHelper |
computationHelper |
protected AccCertEventHelper |
eventHelper |
protected AccCertGeneralHelper |
helper |
protected AccCertQueryHelper |
queryHelper |
protected RepositoryService |
repositoryService |
protected SecurityEnforcer |
securityEnforcer |
Constructor and Description |
---|
AccCertUpdateHelper() |
Modifier and Type | Method and Description |
---|---|
protected com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationStageType |
createStage(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign,
int requestedStageNumber) |
void |
markCaseAsRemedied(String campaignOid,
long caseId,
Task task,
OperationResult parentResult) |
void |
moveToNextStage(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign,
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationStageType stage,
CertificationHandler handler,
Task task,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType |
updateCampaign(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign,
Task task,
OperationResult result) |
@Autowired protected AccCertEventHelper eventHelper
@Autowired protected SecurityEnforcer securityEnforcer
@Autowired protected AccCertGeneralHelper helper
@Autowired protected AccCertResponseComputationHelper computationHelper
@Autowired protected AccCertQueryHelper queryHelper
@Autowired @Qualifier(value="cacheRepositoryService") protected RepositoryService repositoryService
public com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType updateCampaign(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException
public void moveToNextStage(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign, com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationStageType stage, CertificationHandler handler, Task task, OperationResult result) throws SchemaException, SecurityViolationException, ObjectNotFoundException, CommunicationException, ConfigurationException, ExpressionEvaluationException, PolicyViolationException, ObjectAlreadyExistsException
protected com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationStageType createStage(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign, int requestedStageNumber)
public void markCaseAsRemedied(String campaignOid, long caseId, Task task, OperationResult parentResult) throws ObjectAlreadyExistsException, ObjectNotFoundException, SchemaException
Copyright © 2015 evolveum. All rights reserved.