A C D G I L O P R S U W

A

abort() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method abort the assignment
abort() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method abort the process execution before the end of execution.
accept() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This ensure that user in connection take the assignment

C

close() - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
Interrupt the connection with the engine
complete() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method complete the assignment
createProcess(String, String) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
Crate an instance of the Process with the given packageId and workflowId
createProcessWithInitialContext(String, String, Map) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
Crate an instance of the Process with the given packageId and workflowId and the given context

D

deleteProcess(IWorkflowProcess) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
Delete a process instance from the engine

G

getActivityDescription() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the description of the activity for the assignment
getActivityKey() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the key of the activity for the assignment
getActivityName() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the name of the activity for the assignment
getActivityPriority() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the priority of the activity for the assignment
getActivityState() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the state of the activity for the assignment
getAllWorkflowProcessDefinition() - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
The list of the Workflow defintion object in the system
getAssignments() - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
The List assignemt activity associated with the user that has establishe the connection
getAvailablePackages() - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method retrieve the List of the packages that can be loaded in the engine but that are not loaded in the engine
getCategory() - Method in interface it.eng.spago.workflow.api.IWorkflowProcessDefinition
 
getContext(Object) - Method in interface it.eng.spago.workflow.api.IMapper
 
getContext() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the Context of the process that own the assignment
getContext() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method return the context of the process
getDescription() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method return the process description
getDescription() - Method in interface it.eng.spago.workflow.api.IWorkflowProcessDefinition
 
getId() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This metho eturn the identifier of the process in the engine
getLoadedPackges() - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method retrieve the List of the packages that are loaded in the engine
getMappedForm() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
In SpagoWorkflow API an assignment can be associate to a form that must be completed to complete assignment
getName() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
Get the name of the process
getName() - Method in interface it.eng.spago.workflow.api.IWorkflowProcessDefinition
This method retrieve the process definition name
getPackageDefinitionFileName() - Method in interface it.eng.spago.workflow.api.IWorkflowPackage
 
getPackageID() - Method in interface it.eng.spago.workflow.api.IWorkflowPackage
 
getPackagePathById(String) - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
Return the package phisical path given the path id
getPackageVersion() - Method in interface it.eng.spago.workflow.api.IWorkflowPackage
 
getProcessDefinitionId() - Method in interface it.eng.spago.workflow.api.IWorkflowProcessDefinition
This method retrieve the Process Definition Identifier
getProcessDescription() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the description of the process at runtime
getProcessForPackage(IWorkflowPackage) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
Given the package identifier return the list of the runtime process for the package
getProcessKey() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return return the key of the process that own the assignment
getProcessName() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the name of the process that own the assignment
getProcessState() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
This method return the state of the process at runtime
getState() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
Get the current state of the process
getVersion() - Method in interface it.eng.spago.workflow.api.IWorkflowProcessDefinition
 
getWorkflowAssignment(String) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
List assignemt activity associated with the user that has establishe the connection
getWorkflowConnection() - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method get a connection to the engine
getWorkflowEngine() - Method in interface it.eng.spago.workflow.api.IWorkflowEngineFactory
This is the factory method for getting IWorkflow Engine Instances
getWorkflowEngine(String) - Method in interface it.eng.spago.workflow.api.IWorkflowEngineFactory
This is the factory method for getting IWorkflow Engine Instances, specifyng a configuration file
getWorkflowPackage(String) - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method return an instance of IWorkflowPackage given a package id
getWorkflowProcessDefinition(IWorkflowPackage) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
 

I

IMapper - Interface in it.eng.spago.workflow.api
 
isAccepted() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
 
isClosed() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method verify if a process is terminated
isReferenced() - Method in interface it.eng.spago.workflow.api.IWorkflowPackage
 
it.eng.spago.workflow.api - package it.eng.spago.workflow.api
 
IWorkflowAssignment - Interface in it.eng.spago.workflow.api
 
IWorkflowConnection - Interface in it.eng.spago.workflow.api
 
IWorkflowEngine - Interface in it.eng.spago.workflow.api
 
IWorkflowEngineFactory - Interface in it.eng.spago.workflow.api
 
IWorkflowPackage - Interface in it.eng.spago.workflow.api
 
IWorkflowProcess - Interface in it.eng.spago.workflow.api
 
IWorkflowProcessDefinition - Interface in it.eng.spago.workflow.api
 

L

loadPackageDefinition(String) - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method load a packege containing Workflow Definitions in the engine

O

open(String, String) - Method in interface it.eng.spago.workflow.api.IWorkflowConnection
This method establish the connection with the engine using the user and passord credential

P

printStackTrace(PrintStream) - Method in exception it.eng.spago.workflow.api.WorkflowEngineException
Prints this throwable and its backtrace to the specified print stream.

R

reject() - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
If an assignment have been taken and cannot be complete by a user this method can be called and the assignemnt become available to other users that can be complete it

S

setContext(Map) - Method in interface it.eng.spago.workflow.api.IWorkflowAssignment
 
setContext(Map) - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method update the context ot the process
start() - Method in interface it.eng.spago.workflow.api.IWorkflowProcess
This method start the process.

U

unloadPackageDefinition(IWorkflowPackage) - Method in interface it.eng.spago.workflow.api.IWorkflowEngine
This method cause the unload of the IWorkflow package by the engine After this operation we cannot use anymore the IWorkflowPackage until a loadPackage Occurs

W

WorkflowEngineException - Exception in it.eng.spago.workflow.api
 
WorkflowEngineException(Exception) - Constructor for exception it.eng.spago.workflow.api.WorkflowEngineException
 

A C D G I L O P R S U W