Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G I N O R S T W

A

Action - interface org.apache.lenya.workflow.Action.
Workflow action.
addWorkflowListener(WorkflowListener) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Adds a workflow listener.

B

BooleanVariable - interface org.apache.lenya.workflow.BooleanVariable.
Boolean state variable.
BooleanVariableAssignment - interface org.apache.lenya.workflow.BooleanVariableAssignment.
Boolean variable assignment.
BooleanVariableInstance - interface org.apache.lenya.workflow.BooleanVariableInstance.
An instance of a boolean variable.

C

Condition - interface org.apache.lenya.workflow.Condition.
A condition can prevent a transition from firing, based on the current situation.
canFire(Situation, WorkflowInstance) - Method in interface org.apache.lenya.workflow.Transition
Returns if the transition can fire in a certain situation.

D

DEFAULT_PREFIX - Static variable in interface org.apache.lenya.workflow.Workflow
 

E

Event - interface org.apache.lenya.workflow.Event.
A workflow event.
execute(WorkflowInstance) - Method in interface org.apache.lenya.workflow.Action
Executes this action for a given workflow instance.

G

getActions() - Method in interface org.apache.lenya.workflow.Transition
Returns the actions of this transition.
getCurrentState() - Method in interface org.apache.lenya.workflow.WorkflowInstance
Returns the current state of this WorkflowInstance.
getEvent() - Method in interface org.apache.lenya.workflow.Transition
Returns the event of this transition.
getExecutableEvents(Situation) - Method in interface org.apache.lenya.workflow.SynchronizedWorkflowInstances
Returns all executable events.
getExecutableEvents(Situation) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Returns the executable events in a certain situation.
getInitialState() - Method in interface org.apache.lenya.workflow.Workflow
Returns the initial state of this workflow.
getInitialValue() - Method in interface org.apache.lenya.workflow.BooleanVariable
Returns the initial value of this variable.
getLeavingTransitions(State) - Method in interface org.apache.lenya.workflow.Workflow
Returns the transitions that leave a state.
getName() - Method in interface org.apache.lenya.workflow.BooleanVariable
Returns the name of this variable.
getName() - Method in interface org.apache.lenya.workflow.Event
Get the name of this event.
getValue() - Method in interface org.apache.lenya.workflow.BooleanVariableInstance
Returns the value of this variable.
getValue(String) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Returns the current value of a variable.
getVariableNames() - Method in interface org.apache.lenya.workflow.Workflow
Returns the variable names.
getWorkflow() - Method in interface org.apache.lenya.workflow.WorkflowInstance
Returns the workflow this instance belongs to.

I

invoke(Situation, Event) - Method in interface org.apache.lenya.workflow.SynchronizedWorkflowInstances
Invokes an event on all documents.
invoke(Situation, Event) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Indicates that the user invoked an event.
isComplied(Situation, WorkflowInstance) - Method in interface org.apache.lenya.workflow.Condition
Returns if the condition is complied in a certain situation.
isSynchronized() - Method in interface org.apache.lenya.workflow.Transition
Returns if this transition is synchronized.
isSynchronized(Event) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Returns if the transition for a certain event is synchronized.

N

NAMESPACE - Static variable in interface org.apache.lenya.workflow.Workflow
 

O

org.apache.lenya.workflow - package org.apache.lenya.workflow
 

R

removeWorkflowListener(WorkflowListener) - Method in interface org.apache.lenya.workflow.WorkflowInstance
Removes a workflow listener.

S

Situation - interface org.apache.lenya.workflow.Situation.
A situation contains all information that is needed to decide which workflow transitions can fire at a certain moment.
State - interface org.apache.lenya.workflow.State.
Workflow state.
SynchronizedWorkflowInstances - interface org.apache.lenya.workflow.SynchronizedWorkflowInstances.
Synchronized workflow instances.
setExpression(String) - Method in interface org.apache.lenya.workflow.Condition
Sets the expression for this condition.
setValue(boolean) - Method in interface org.apache.lenya.workflow.BooleanVariableInstance
Sets the value of this variable.

T

Transition - interface org.apache.lenya.workflow.Transition.
A transition describes the switching of a workflow instance from one state to another.
transitionFired(WorkflowInstance, Situation, Event) - Method in interface org.apache.lenya.workflow.WorkflowListener
This method is invoked when a transition has fired.

W

Workflow - interface org.apache.lenya.workflow.Workflow.
A workflow schema.
WorkflowException - exception org.apache.lenya.workflow.WorkflowException.
Workflow exception.
WorkflowException() - Constructor for class org.apache.lenya.workflow.WorkflowException
 
WorkflowException(String) - Constructor for class org.apache.lenya.workflow.WorkflowException
Create a WorkflowException.
WorkflowException(String, Throwable) - Constructor for class org.apache.lenya.workflow.WorkflowException
Create a WorkflowException.
WorkflowException(Throwable) - Constructor for class org.apache.lenya.workflow.WorkflowException
Create a WorkflowException.
WorkflowInstance - interface org.apache.lenya.workflow.WorkflowInstance.
A workflow instance is an incarnation of a workflow schema.
WorkflowListener - interface org.apache.lenya.workflow.WorkflowListener.
Workflow listener interface.

A B C D E G I N O R S T W