org.enhydra.shark.api.internal.working
Interface WfExecutionObjectInternal
- All Superinterfaces:
- PersistenceInterface
- All Known Subinterfaces:
- WfActivityInternal, WfProcessInternal
- public interface WfExecutionObjectInternal
- extends PersistenceInterface
state
public java.lang.String state(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
name
public java.lang.String name(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
set_name
public void set_name(WMSessionHandle shandle,
java.lang.String new_value)
throws java.lang.Exception
- Throws:
java.lang.Exception
key
public java.lang.String key(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
description
public java.lang.String description(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
set_description
public void set_description(WMSessionHandle shandle,
java.lang.String new_value)
throws java.lang.Exception
- Throws:
java.lang.Exception
process_context
public java.util.Map process_context(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
set_process_context
public void set_process_context(WMSessionHandle shandle,
java.util.Map new_value)
throws java.lang.Exception,
InvalidData,
UpdateNotAllowed
- Throws:
java.lang.Exception
InvalidData
UpdateNotAllowed
priority
public short priority(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
set_priority
public void set_priority(WMSessionHandle shandle,
short new_value)
throws java.lang.Exception
- Throws:
java.lang.Exception
resume
public void resume(WMSessionHandle shandle)
throws java.lang.Exception,
CannotResume,
NotSuspended
- Throws:
java.lang.Exception
CannotResume
NotSuspended
suspend
public void suspend(WMSessionHandle shandle)
throws java.lang.Exception,
CannotSuspend,
NotRunning,
AlreadySuspended
- Throws:
java.lang.Exception
CannotSuspend
NotRunning
AlreadySuspended
terminate
public void terminate(WMSessionHandle shandle)
throws java.lang.Exception,
CannotStop,
NotRunning
- Throws:
java.lang.Exception
CannotStop
NotRunning
abort
public void abort(WMSessionHandle shandle)
throws java.lang.Exception,
CannotStop,
NotRunning
- Throws:
java.lang.Exception
CannotStop
NotRunning
last_state_time
public UtcT last_state_time(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
calculateLimit
public void calculateLimit(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCreationTime
public long getCreationTime(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStartTime
public long getStartTime(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
getLimitTime
public long getLimitTime(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception
getContext
public java.util.Map getContext(WMSessionHandle shandle)
throws java.lang.Exception
- Throws:
java.lang.Exception