public abstract class AbstractWrapper extends Object implements PrimaryApprovalProcessWrapper
Modifier and Type | Field and Description |
---|---|
static String |
GENERAL_APPROVAL_PROCESS |
Constructor and Description |
---|
AbstractWrapper() |
Modifier and Type | Method and Description |
---|---|
List<ObjectReferenceType> |
getApprovedBy(ProcessEvent event) |
ChangeProcessor |
getChangeProcessor() |
String |
getProcessInstanceDetailsPanelName(ProcessInstance processInstance)
Returns the name of process instance details GUI panel.
|
List<ObjectDelta<Objectable>> |
prepareDeltaOut(ProcessEvent event,
Task task,
OperationResult result) |
void |
setChangeProcessor(ChangeProcessor changeProcessor) |
void |
setDeltaProcessVariable(StartProcessInstruction instruction,
ObjectDelta delta) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalData, getRequestSpecificData, prepareProcessesToStart
public static final String GENERAL_APPROVAL_PROCESS
public void setDeltaProcessVariable(StartProcessInstruction instruction, ObjectDelta delta)
public List<ObjectDelta<Objectable>> prepareDeltaOut(ProcessEvent event, Task task, OperationResult result) throws SchemaException
prepareDeltaOut
in interface PrimaryApprovalProcessWrapper
SchemaException
public List<ObjectReferenceType> getApprovedBy(ProcessEvent event)
getApprovedBy
in interface PrimaryApprovalProcessWrapper
public ChangeProcessor getChangeProcessor()
getChangeProcessor
in interface PrimaryApprovalProcessWrapper
public void setChangeProcessor(ChangeProcessor changeProcessor)
setChangeProcessor
in interface PrimaryApprovalProcessWrapper
public String getProcessInstanceDetailsPanelName(ProcessInstance processInstance)
PrimaryApprovalProcessWrapper
getProcessInstanceDetailsPanelName
in interface PrimaryApprovalProcessWrapper
Copyright © 2013 evolveum. All rights reserved.