|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WfEngine
This interface encapsulates the functionality of the @enterprise workflow engine. An object implementing this interface can be created on the server or the client.
Most methods have an implicit user parameter. This is initialized as the ThreadPrincipal from the ThreadContext when the WfEngine object is created.
Field Summary |
---|
Fields inherited from interface com.groiss.wf.RemoteWfEngine |
---|
INVISIBLE, MUST, NO_ADDDEL, READ_ONLY, READ_WRITE, TEXT |
Method Summary | |
---|---|
void |
abort(ProcessInstance process)
Abort a process. |
void |
abort(ProcessInstance process,
java.lang.String comment)
Abort a process and add a DMSNote with a generated Subject and a given comment. |
void |
abortParforSiblings(ActivityInstance parfor)
Abort the running siblings of the current parfor instances. |
void |
abortSiblings(ActivityInstance join)
Abort the siblings of the par branch. |
void |
addAgent(ActivityInstance ai,
Agent a,
OrgUnit ou,
DMSNote note)
Add an agent which receives the process after the current agent |
void |
addParforInstances(java.lang.String stepid,
ActivityInstance previous)
Start additional parfor branches for the given step. |
void |
archive(ProcessInstance process)
Archive a process. |
ActivityInstance |
changeAgent(ActivityInstance ai,
Agent a,
OrgUnit ou,
java.lang.String comment)
Give the activity instance to another agent. |
void |
closePredecessor(ActivityInstance ai)
If the predecessor of ai was not finished completely (is in status WAITING) and the necessary action is done now (for example setting the agent for ai) this method will complete it. |
ActivityInstance |
copyTo(ActivityInstance ai,
User u)
Send a copy to another user. |
ProcessInstance |
createProcessInstance(ProcessDefinition p,
User u,
OrgUnit d,
java.util.Date duedate,
java.lang.String id)
Create a process instance. |
ProcessInstance |
createProcessInstance(ProcessDefinition p,
User u,
OrgUnit d,
java.util.Date duedate,
java.lang.String id,
DMSForm f)
Create a process instance. |
void |
finish(ActivityInstance ai)
Finsh an activity, the engine starts the next step. |
void |
finishChoice(ActivityInstance ai)
Finishs a choice branch, abort the other branches. |
java.util.List<ActivityInstance> |
getActiveTasks(ProcessInstance process)
Get the list of active activities of a process instance. |
java.util.List<ActivityInstance> |
getActiveTasks(ProcessInstance process,
User u)
Get the list of active activities of a process instance assigned to a user. |
java.util.List<ActivityInstance> |
getActivities(java.lang.String condition)
Find the activity instances with a given condition. |
ActivityInstance |
getActivityInstance(long oid)
Find a activity instance from the given oid. |
java.util.List<ActivityInstance> |
getActivityInstances(ProcessInstance process)
Get the list of all direct activity instances of a process instance. |
java.util.List<ActivityInstance> |
getActivityInstances(ProcessInstance process,
java.lang.String steplabel)
Get the list of direct activity instances of a particular step in a process. |
java.util.List<? extends ActivityInstance> |
getAllInteractiveTasks(ProcessInstance process)
Get the list of ALL active, interactive activities of a process instance. |
java.util.List<java.util.List<ActivityInstance>> |
getChoiceSteps(ActivityInstance ai)
Use this method to get the possible choice branches when the process execution reaches a choice. |
ActivityInstance |
getContext()
Return the current activity instance. |
java.util.List<DMSObject> |
getDocuments(ProcessInstance process)
Get the list of DMS objects (e.g. |
java.util.Map<java.lang.String,java.lang.Short> |
getFieldModes(ActivityInstance ai,
DMSForm f)
Get field modes for form fields |
java.util.Map<java.lang.String,java.lang.Short> |
getFieldModes(ActivityInstance ai,
DMSForm form,
DMSForm mainform,
java.lang.String id)
Get field modes for form fields and subforms |
DMSForm |
getForm(ProcessInstance pi,
java.lang.String name)
Get a form of a process. |
java.util.List<DMSForm> |
getForms(ProcessInstance process)
Get the forms of a process. |
PersistentVersion |
getFormVersion(DMSForm form,
ActivityInstance ai)
Returns the version of the passed form in the context of the passed activity instance |
ProcessInstance |
getMainProcess(ActivityInstance ai)
Get the root of the activity instance tree |
java.util.List<DMSNote> |
getNotes(ProcessInstance process)
Get the notes to a process instances |
ProcessInstance |
getParent(ActivityInstance ai)
Get the process instance of the given activity instance. |
ProcessInstance |
getProcess(DMSForm f)
Find the process instance where the given form is attached. |
ProcessInstance |
getProcess(long oid)
Find a process instance from the given oid. |
ProcessInstance |
getProcess(java.lang.String id)
Find a process instance from the given id. |
ProcessDefinition |
getProcessDefinition(java.lang.String id)
Find a process definition with the given id and status=active, if more than one is found, the process definition with the highest version number is returned. |
ProcessDefinition |
getProcessDefinition(java.lang.String id,
int version)
Find a process definition with the given id and version. |
java.util.List<ProcessInstance> |
getProcesses(java.lang.String condition)
Find the process instances with a given condition. |
ProcessInstance |
getProcessFromForm(long formoid)
Find a process instance from the oid of a form. |
java.util.List<ActivityInstance> |
getRoleSuspensionList(Application a)
Get the role suspension list of the current user. |
java.util.List<ActivityInstance> |
getRoleWorklist(Application a)
Get the role worklist of the current user. |
java.lang.String |
getServerProperty(java.lang.String prop)
Returns a property from the server |
java.util.List<Pair<ProcessDefinition,java.util.List<OrgUnit>>> |
getStartableProcesses(Application appl)
List the process definitions of the given application, which are startable for the user. |
Store |
getStore()
Return the underlying store. |
java.util.List<ActivityInstance> |
getSuspensionList(Application a)
Get the personal suspension list of the current user. |
java.util.List<Suspension> |
getSuspensions(ActivityInstance ai)
Find out when and how the activity instance was in the suspension list. |
Task |
getTask(java.lang.String id)
Find a task with the given id and status=active, if more than one is found, the task with the highest version number is returned. |
Task |
getTask(java.lang.String id,
int version)
Find a task with the given id and version. |
User |
getUser()
Get the user. |
java.util.List<ActivityInstance> |
getWaitingList(Application a)
Get the list of waiting activities of the current user. |
java.util.List<ActivityInstance> |
getWorklist(Application a,
boolean withRepr)
Get the worklist of the current user. |
ActivityInstance |
goBack(ActivityInstance ai,
ActivityInstance ai2,
java.lang.String comment)
Go back to a previous step. |
void |
goBackToLastInteractive(ActivityInstance ai,
java.lang.String comment)
|
void |
gotoTask(ActivityInstance ai,
java.lang.String stepname,
Agent ag,
OrgUnit ou,
java.lang.String comment)
Goto another task. |
void |
gotoTask(ProcessInstance process,
java.lang.String taskid,
Agent ag,
java.lang.String comment)
Deprecated. |
boolean |
hasDocuments(ProcessInstance process)
Has the process documents attached? |
boolean |
hasNotes(ProcessInstance process)
Has the process notes attached? |
boolean |
hasSeen(ActivityInstance ai)
Returns true if the ActivityInstance has been seen by the current user. |
java.util.List<PersistentVersion> |
listFormVersions(ActivityInstance ai)
Returns a list of form versions (at most one for each process form) which were made in the context of the passed activity instance. |
java.util.List<ActivityInstance> |
listPredecessors(ActivityInstance ai)
Return the list of predecessor steps of an activity instance. |
java.util.List<Pair<ActivityInstance,java.util.List<ActivityInstance>>> |
listPreviousSteps(ActivityInstance ai)
List the previous steps of the process (possible go back targets). |
java.util.List<ProcessDefinition> |
listProcessDefinitions(Application appl)
List the process definitions of the given application |
java.util.List<ActivityInstance> |
listSuccessors(ActivityInstance ai)
Return the list of successor steps of an activity instance. |
ActivityInstance |
makeBranch(ProcessInstance process,
Task t,
Agent a,
OrgUnit d)
Insert a new step to the running process. |
void |
makeBranch(ProcessInstance process,
Task t,
Agent a,
OrgUnit d,
java.util.List forms)
Deprecated. |
ActivityInstance |
makeVersion(ActivityInstance ai,
java.lang.String desc,
boolean withDocs)
Versions the passed activity instance, the process forms and the documents (optional) and returns a new activity instance which is a copy of the passed one. |
void |
reactivate(ProcessInstance process)
Reactivate a process. |
void |
reactivate(ProcessInstance process,
java.lang.String comment)
Reactivate a process. |
void |
reactivateAndTake(ProcessInstance process,
java.lang.String comment)
Reactivate a process and take the reactivated tasks. |
void |
refreshWLCache(User u)
Refresh the organizational data in the WorklistCache for a particular user. |
void |
refreshWLCacheOrgData()
Refresh the organizational data in the worklist cache. |
void |
seeAgain(ActivityInstance ai)
Move the activity instance from the suspension list to the worklist. |
void |
seeLater(ActivityInstance ai,
java.util.Date d)
Move the activity instance from the worklist to the suspension list. |
void |
seeLater(ActivityInstance ai,
java.util.Date d,
java.lang.String description)
Move the activity instance from the worklist to the suspension list. |
void |
setAgent(ActivityInstance ai,
Agent a)
Give the activity instance to another agent. |
void |
setCheckedOut(ActivityInstance ai,
boolean state)
Set the activityInstance as checcked out or in (i.e. |
void |
setContext(ActivityInstance ai)
|
void |
setDescription(ActivityInstance ai,
java.lang.String descr)
Set the description of an activity instance. |
void |
setDuedate(ActivityInstance ai,
java.util.Date d)
Set the duedate of the activity instance. |
void |
setFinished(ActivityInstance ai)
Set the status of the activity instance to FINISHED. |
void |
setId(ProcessInstance pi,
java.lang.String s)
Set the id of the process instance. |
void |
setOrgUnit(ActivityInstance ai,
OrgUnit d)
Change the organizational unit of a process. |
void |
setPriority(ProcessInstance pi,
int priority)
Set the priority of the process instance. |
void |
setSeen(ActivityInstance ai,
boolean seen)
Set the given ActivityInstance to seen/unseen for the current user. |
void |
setStepAgent(ActivityInstance ai,
Agent a)
Set the step-agent of the activity instance to another agent. |
void |
setSubject(ProcessInstance process)
Set the subject of the process instance according to the definition in the process definition. |
void |
setSubjectToString(ProcessInstance process,
java.lang.String str)
Set the subject of the process instance o the given string value. |
void |
setUser(User u)
Set the user. |
void |
start(ProcessInstance pi)
Start a process instance, which was previously created, but not started. |
ProcessInstance |
startProcess(ProcessDefinition p,
User u,
OrgUnit d,
java.util.Date duedate,
java.lang.String id)
Start a process. |
ProcessInstance |
startProcess(ProcessDefinition p,
User u,
OrgUnit d,
java.util.Date duedate,
java.lang.String id,
DMSForm f)
Start a process. |
ActivityInstance |
take(ActivityInstance ai)
Take an activity: move it from the role-worklist to the worklist. |
ActivityInstance |
untake(ActivityInstance ai)
Put back an activity: move it from the worklist to the role-worklist. |
void |
updateForm(DMSForm f)
Update the form (make the changes persistent). |
Method Detail |
---|
void setUser(User u)
setUser
in interface RemoteWfEngine
u
- a userUser getUser()
getUser
in interface RemoteWfEngine
Store getStore()
getStore
in interface RemoteWfEngine
ProcessDefinition getProcessDefinition(java.lang.String id)
getProcessDefinition
in interface RemoteWfEngine
id
- the id of the process
ProcessDefinition getProcessDefinition(java.lang.String id, int version)
getProcessDefinition
in interface RemoteWfEngine
id
- the id of the processversion
- the version of the process
java.util.List<ProcessDefinition> listProcessDefinitions(Application appl)
listProcessDefinitions
in interface RemoteWfEngine
appl
- the application
java.util.List<Pair<ProcessDefinition,java.util.List<OrgUnit>>> getStartableProcesses(Application appl)
getStartableProcesses
in interface RemoteWfEngine
Task getTask(java.lang.String id)
getTask
in interface RemoteWfEngine
id
- the id of the task
Task getTask(java.lang.String id, int version)
getTask
in interface RemoteWfEngine
id
- the id of the taskversion
- the version of the task
ProcessInstance startProcess(ProcessDefinition p, User u, OrgUnit d, java.util.Date duedate, java.lang.String id)
startProcess
in interface RemoteWfEngine
p
- the process definitionu
- the userd
- the org. unitduedate
- the duedateid
- the id of the process instance
ProcessInstance startProcess(ProcessDefinition p, User u, OrgUnit d, java.util.Date duedate, java.lang.String id, DMSForm f)
startProcess
in interface RemoteWfEngine
p
- the process definitionu
- the userd
- the org. unitduedate
- the duedateid
- the id of the process instancef
- a form
ProcessInstance createProcessInstance(ProcessDefinition p, User u, OrgUnit d, java.util.Date duedate, java.lang.String id)
createProcessInstance
in interface RemoteWfEngine
p
- the process definitionu
- the userd
- the org. unitduedate
- the duedateid
- the id of the process instance
ProcessInstance createProcessInstance(ProcessDefinition p, User u, OrgUnit d, java.util.Date duedate, java.lang.String id, DMSForm f)
createProcessInstance
in interface RemoteWfEngine
p
- the process definitionu
- the userd
- the org. unitduedate
- the duedateid
- the id of the process instancef
- a form
void start(ProcessInstance pi)
start
in interface RemoteWfEngine
pi
- the process instance to startjava.util.List<ActivityInstance> getWorklist(Application a, boolean withRepr)
getWorklist
in interface RemoteWfEngine
a
- the application, if null return work items for all applicationswithRepr
- if true add the work items assigned to persons the user substitutes.
java.util.List<ActivityInstance> getWaitingList(Application a)
getWaitingList
in interface RemoteWfEngine
a
- the application, if null return waiting items for all applications
java.util.List<ActivityInstance> getRoleWorklist(Application a)
getRoleWorklist
in interface RemoteWfEngine
a
- the application, if null return work items for all applications
java.util.List<ActivityInstance> getSuspensionList(Application a)
getSuspensionList
in interface RemoteWfEngine
a
- the application, if null return work items for all applications
java.util.List<ActivityInstance> getRoleSuspensionList(Application a)
getRoleSuspensionList
in interface RemoteWfEngine
a
- the application, if null return work items for all applications
ProcessInstance getProcess(java.lang.String id)
getProcess
in interface RemoteWfEngine
id
- the process instance id
ProcessInstance getProcess(long oid)
getProcess
in interface RemoteWfEngine
oid
- the process instance oid
ProcessInstance getProcessFromForm(long formoid)
getProcessFromForm
in interface RemoteWfEngine
formoid
- the oid of a process form
ActivityInstance getActivityInstance(long oid)
getActivityInstance
in interface RemoteWfEngine
oid
- the activity instance oid
ProcessInstance getProcess(DMSForm f)
getProcess
in interface RemoteWfEngine
f
- the form
java.util.List<ProcessInstance> getProcesses(java.lang.String condition)
getProcesses
in interface RemoteWfEngine
condition
- a SQL where clause
java.util.List<ActivityInstance> getActivities(java.lang.String condition)
getActivities
in interface RemoteWfEngine
condition
- a SQL where clause
java.util.List<? extends ActivityInstance> getAllInteractiveTasks(ProcessInstance process)
ActivityInstance.TASK
)
ActivityInstance
s of the given ProcessInstance
,
even ALL children of ActivityInstance.PAR
,
ActivityInstance.PARFOR
and ActivityInstance.SCOPE
will be returned
getAllInteractiveTasks
in interface RemoteWfEngine
process
- the process instance
java.util.List<ActivityInstance> getActiveTasks(ProcessInstance process)
ActivityInstance
,
but doesn't return ALL ActivityInstance
s of the given ProcessInstance
.
children of ActivityInstance.PAR
, ActivityInstance.PARFOR
and ActivityInstance.SCOPE
will not be returned
getActiveTasks
in interface RemoteWfEngine
process
- the process instance
java.util.List<ActivityInstance> getActiveTasks(ProcessInstance process, User u)
ActivityInstance
,
but doesn't return ALL ActivityInstance
s of the given ProcessInstance
.
children of ActivityInstance.PAR
, ActivityInstance.PARFOR
and ActivityInstance.SCOPE
will not be returned
getActiveTasks
in interface RemoteWfEngine
process
- the process instanceu
- the user
java.util.List<ActivityInstance> getActivityInstances(ProcessInstance process)
ActivityInstance
s of the given ProcessInstance
.
children of ActivityInstance.PROCESS
, ActivityInstance.PARFOR
and ActivityInstance.SCOPE
will not be returned
getActivityInstances
in interface RemoteWfEngine
process
- the process instance
java.util.List<ActivityInstance> getActivityInstances(ProcessInstance process, java.lang.String steplabel)
ActivityInstance
s of the given ProcessInstance
.
children of ActivityInstance.PROCESS
, ActivityInstance.PARFOR
and ActivityInstance.SCOPE
will not be returned
getActivityInstances
in interface RemoteWfEngine
process
- the process instancesteplabel
- the label of the step
java.util.List<DMSObject> getDocuments(ProcessInstance process)
getDocuments
in interface RemoteWfEngine
process
- the process instance
DMSObject
DMSForm getForm(ProcessInstance pi, java.lang.String name)
getForm
in interface RemoteWfEngine
pi
- the process instance
java.util.List<DMSForm> getForms(ProcessInstance process)
getForms
in interface RemoteWfEngine
process
- the process instance
ProcessInstance getMainProcess(ActivityInstance ai)
getMainProcess
in interface RemoteWfEngine
ai
- an activity instance
ProcessInstance getParent(ActivityInstance ai)
getParent
in interface RemoteWfEngine
ai
- an activity instance
java.util.List<DMSNote> getNotes(ProcessInstance process)
getNotes
in interface RemoteWfEngine
process
- a process instance
boolean hasDocuments(ProcessInstance process)
hasDocuments
in interface RemoteWfEngine
process
- a process instance
boolean hasNotes(ProcessInstance process)
hasNotes
in interface RemoteWfEngine
process
- a process instance
java.util.Map<java.lang.String,java.lang.Short> getFieldModes(ActivityInstance ai, DMSForm f)
getFieldModes
in interface RemoteWfEngine
ai
- an activity instancef
- the form
java.util.Map<java.lang.String,java.lang.Short> getFieldModes(ActivityInstance ai, DMSForm form, DMSForm mainform, java.lang.String id)
getFieldModes
in interface RemoteWfEngine
ai
- activity instanceform
- form or sub form, may be null if mainform is setmainform
- main form, may be null if form is already contain mainformid
- subform relation id
java.util.List<Suspension> getSuspensions(ActivityInstance ai)
getSuspensions
in interface RemoteWfEngine
Suspension
sActivityInstance take(ActivityInstance ai)
take
in interface RemoteWfEngine
ai
- an activity instance
void finish(ActivityInstance ai)
finish
in interface RemoteWfEngine
ai
- an activity instancejava.util.List<java.util.List<ActivityInstance>> getChoiceSteps(ActivityInstance ai)
getChoiceSteps
in interface RemoteWfEngine
void finishChoice(ActivityInstance ai)
finishChoice
in interface RemoteWfEngine
ai
- the choice step on the branch you want to followsvoid closePredecessor(ActivityInstance ai)
closePredecessor
in interface RemoteWfEngine
java.util.List<Pair<ActivityInstance,java.util.List<ActivityInstance>>> listPreviousSteps(ActivityInstance ai)
listPreviousSteps
in interface RemoteWfEngine
ai
- current activity instance
ActivityInstance goBack(ActivityInstance ai, ActivityInstance ai2, java.lang.String comment)
goBack
in interface RemoteWfEngine
ai
- an activity instanceai2
- a finished activity instancecomment
- a comment
ActivityInstance untake(ActivityInstance ai)
untake
in interface RemoteWfEngine
ai
- an activity instance
void seeLater(ActivityInstance ai, java.util.Date d)
seeLater
in interface RemoteWfEngine
ai
- an activity instanced
- the date, when the item should reappear in the worklistvoid seeLater(ActivityInstance ai, java.util.Date d, java.lang.String description)
seeLater
in interface RemoteWfEngine
ai
- an activity instanced
- the date, when the item should reappear in the worklistdescription
- an optional commentvoid seeAgain(ActivityInstance ai)
seeAgain
in interface RemoteWfEngine
ai
- an activity instancevoid setAgent(ActivityInstance ai, Agent a)
setAgent
in interface RemoteWfEngine
ai
- an activity instancea
- an agent (user or role)ActivityInstance changeAgent(ActivityInstance ai, Agent a, OrgUnit ou, java.lang.String comment)
changeAgent
in interface RemoteWfEngine
ai
- an activity instancea
- an agent (user or role)ou
- an org-unit, may be nullcomment
- optional comment to the next agentvoid setStepAgent(ActivityInstance ai, Agent a)
setStepAgent
in interface RemoteWfEngine
ai
- an activity instancea
- an agent (user or role)@Deprecated void gotoTask(ProcessInstance process, java.lang.String taskid, Agent ag, java.lang.String comment)
gotoTask
in interface RemoteWfEngine
process
- an processinstance instancetaskid
- id of a taskag
- an agent (user or role)comment
- a comment stringvoid gotoTask(ActivityInstance ai, java.lang.String stepname, Agent ag, OrgUnit ou, java.lang.String comment)
gotoTask
in interface RemoteWfEngine
ai
- an activity instancestepname
- the name of a step to jump to, set the name in the process definition (editor or WDL).ag
- an agent (user or role), may be nullou
- the org.unit (may be null)comment
- a comment stringActivityInstance copyTo(ActivityInstance ai, User u)
copyTo
in interface RemoteWfEngine
ai
- an activity instanceu
- a user
@Deprecated void makeBranch(ProcessInstance process, Task t, Agent a, OrgUnit d, java.util.List forms)
makeBranch
in interface RemoteWfEngine
ActivityInstance makeBranch(ProcessInstance process, Task t, Agent a, OrgUnit d)
makeBranch
in interface RemoteWfEngine
process
- instance of the processt
- a task assigned to the processa
- a user or roled
- an optional departmentvoid addParforInstances(java.lang.String stepid, ActivityInstance previous)
addParforInstances
in interface RemoteWfEngine
stepid
- the id of the parfor stepprevious
- an activity instance of the same process instancevoid setOrgUnit(ActivityInstance ai, OrgUnit d)
setOrgUnit
in interface RemoteWfEngine
ai
- an activity instanced
- the OrgUnitvoid setDescription(ActivityInstance ai, java.lang.String descr)
setDescription
in interface RemoteWfEngine
ai
- an activity instancedescr
- the new desriptionvoid setSubject(ProcessInstance process)
setSubject
in interface RemoteWfEngine
process
- the process instancevoid setSubjectToString(ProcessInstance process, java.lang.String str)
setSubjectToString
in interface RemoteWfEngine
process
- the process instancestr
- the new subjectvoid updateForm(DMSForm f)
updateForm
in interface RemoteWfEngine
f
- the formvoid setDuedate(ActivityInstance ai, java.util.Date d)
setDuedate
in interface RemoteWfEngine
ai
- an activity instanced
- the new due datevoid setId(ProcessInstance pi, java.lang.String s)
setId
in interface RemoteWfEngine
pi
- a process instances
- the new idvoid setPriority(ProcessInstance pi, int priority)
setPriority
in interface RemoteWfEngine
pi
- a process instancepriority
- the new priority, two digit integer, starting with 0 (means lowest priority).void abort(ProcessInstance process)
abort
in interface RemoteWfEngine
process
- the process instancevoid reactivate(ProcessInstance process)
reactivate
in interface RemoteWfEngine
process
- the process instancevoid archive(ProcessInstance process)
archive
in interface RemoteWfEngine
process
- the process instancevoid abort(ProcessInstance process, java.lang.String comment)
abort
in interface RemoteWfEngine
process
- the process instancecomment
- a comment, why the process is abortedvoid reactivate(ProcessInstance process, java.lang.String comment)
reactivate
in interface RemoteWfEngine
process
- the process instancecomment
- a comment, why the process is reactivatedvoid reactivateAndTake(ProcessInstance process, java.lang.String comment)
reactivateAndTake
in interface RemoteWfEngine
process
- the process instancecomment
- a comment, why the process is reactivatedActivityInstance getContext()
getContext
in interface RemoteWfEngine
void setContext(ActivityInstance ai)
setContext
in interface RemoteWfEngine
java.lang.String getServerProperty(java.lang.String prop)
getServerProperty
in interface RemoteWfEngine
java.util.List<ActivityInstance> listSuccessors(ActivityInstance ai)
listSuccessors
in interface RemoteWfEngine
java.util.List<ActivityInstance> listPredecessors(ActivityInstance ai)
listPredecessors
in interface RemoteWfEngine
void addAgent(ActivityInstance ai, Agent a, OrgUnit ou, DMSNote note)
addAgent
in interface RemoteWfEngine
ai
- the activity instancea
- a user or roleou
- an organizational unit, if null the ou of the previous activity instance is usednote
- an (optional) note to the agent of the activityvoid setCheckedOut(ActivityInstance ai, boolean state)
setCheckedOut
in interface RemoteWfEngine
ai
- the activity instancestate
- if true we check it outvoid goBackToLastInteractive(ActivityInstance ai, java.lang.String comment)
goBackToLastInteractive
in interface RemoteWfEngine
ActivityInstance makeVersion(ActivityInstance ai, java.lang.String desc, boolean withDocs)
makeVersion
in interface RemoteWfEngine
ai
- the activity instance to versiondesc
- a comment for this versionwithDocs
- if true all the documents are also versioned
void refreshWLCacheOrgData()
refreshWLCacheOrgData
in interface RemoteWfEngine
void refreshWLCache(User u)
refreshWLCache
in interface RemoteWfEngine
u
- - the uservoid setFinished(ActivityInstance ai)
setFinished
in interface RemoteWfEngine
ai
- the activity instance to be finishedvoid abortSiblings(ActivityInstance join)
abortSiblings
in interface RemoteWfEngine
void abortParforSiblings(ActivityInstance parfor)
abortParforSiblings
in interface RemoteWfEngine
parfor
- an instance of the parfor step (a parent of an activityinstance inside the parfor)void setSeen(ActivityInstance ai, boolean seen)
setSeen
in interface RemoteWfEngine
boolean hasSeen(ActivityInstance ai)
hasSeen
in interface RemoteWfEngine
PersistentVersion getFormVersion(DMSForm form, ActivityInstance ai)
getFormVersion
in interface RemoteWfEngine
form
- the form which version is wantedai
- the activity instance determining the context of the version
java.util.List<PersistentVersion> listFormVersions(ActivityInstance ai)
listFormVersions
in interface RemoteWfEngine
ai
- the activity instance determining the context of the versions
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |