org.ow2.bonita.facade.runtime
Interface AssignUpdate

All Superinterfaces:
java.io.Serializable, Update
All Known Implementing Classes:
AssignUpdateImpl

public interface AssignUpdate
extends Update

Interface for getting recorded (runtime) information for assignment change on task.


Method Summary
 java.lang.String getAssignedUserId()
          Returns the assigned user Id .
 java.util.Set<java.lang.String> getCandidates()
          Returns the set of candidates.
 
Methods inherited from interface org.ow2.bonita.facade.runtime.Update
getActivityState, getUpdatedBy, getUpdatedDate
 

Method Detail

getCandidates

java.util.Set<java.lang.String> getCandidates()
Returns the set of candidates.

Returns:
The set of candidates.

getAssignedUserId

java.lang.String getAssignedUserId()
Returns the assigned user Id .

Returns:
the assigned user Id.


Copyright © 2009 OW2 Consortium. All Rights Reserved.