org.ow2.bonita.facade.runtime
Interface AssignUpdate

All Superinterfaces:
java.io.Serializable, Update

public interface AssignUpdate
extends Update

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


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

Method Detail

getCandidates

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

Returns:
The set of candidates.

getUserId

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

Returns:
the assigned user Id.


Copyright © 2008 OW2 Consortium. All Rights Reserved.