org.enhydra.shark.api.internal.working
Interface WfAssignmentInternal

All Superinterfaces:
PersistenceInterface

public interface WfAssignmentInternal
extends PersistenceInterface

Author:
Sasa Bojanic

Method Summary
 WfActivityInternal activity(WMSessionHandle shandle)
           
 java.lang.String activityId(WMSessionHandle shandle)
           
 WfResourceInternal assignee(WMSessionHandle shandle)
           
 boolean get_accepted_status(WMSessionHandle shandle)
           
 java.lang.String managerName(WMSessionHandle shandle)
           
 java.lang.String processId(WMSessionHandle shandle)
           
 java.lang.String resourceUsername(WMSessionHandle shandle)
           
 void set_assignee(WMSessionHandle shandle, WfResourceInternal new_value)
           
 
Methods inherited from interface org.enhydra.shark.api.internal.working.PersistenceInterface
delete, persist
 

Method Detail

activity

WfActivityInternal activity(WMSessionHandle shandle)
                            throws java.lang.Exception
Throws:
java.lang.Exception

assignee

WfResourceInternal assignee(WMSessionHandle shandle)
                            throws java.lang.Exception
Throws:
java.lang.Exception

set_assignee

void set_assignee(WMSessionHandle shandle,
                  WfResourceInternal new_value)
                  throws java.lang.Exception,
                         InvalidResource
Throws:
java.lang.Exception
InvalidResource

get_accepted_status

boolean get_accepted_status(WMSessionHandle shandle)
                            throws java.lang.Exception
Throws:
java.lang.Exception

managerName

java.lang.String managerName(WMSessionHandle shandle)
                             throws java.lang.Exception
Throws:
java.lang.Exception

processId

java.lang.String processId(WMSessionHandle shandle)
                           throws java.lang.Exception
Throws:
java.lang.Exception

activityId

java.lang.String activityId(WMSessionHandle shandle)
                            throws java.lang.Exception
Throws:
java.lang.Exception

resourceUsername

java.lang.String resourceUsername(WMSessionHandle shandle)
                                  throws java.lang.Exception
Throws:
java.lang.Exception