com.adobe.idp.taskmanager.dsc.client.task
Interface MultiUserStepInfo

All Superinterfaces:
java.io.Serializable

public interface MultiUserStepInfo
extends java.io.Serializable

Provides information about multi-user steps, such as whether the policy is satisfied and how many users have completed the step.


Method Summary
 java.lang.String getOverrideAction()
           
 int getTaskCount()
          Gets the number of users who have completed the step.
 java.util.List getTaskList()
           
 TaskUIOptions getTaskUIOptions()
          Returns an object that provides information about the tools available in Workspace when users open tasks.
 boolean isPolicySatisfied()
          Determines whether the completion policy is satisfied.
 

Method Detail

getTaskList

java.util.List getTaskList()

isPolicySatisfied

boolean isPolicySatisfied()
Determines whether the completion policy is satisfied. If this multiple user step does not have a completion policy, this method returns true when all users have completed the step.


getTaskCount

int getTaskCount()
Gets the number of users who have completed the step.


getTaskUIOptions

TaskUIOptions getTaskUIOptions()
Returns an object that provides information about the tools available in Workspace when users open tasks. For example, the object indicates whether the user must open the form to complete the step or whether the user sees a custom tool. The object also lets you change the tools available in Workspace.


getOverrideAction

java.lang.String getOverrideAction()


[an error occurred while processing this directive] [an error occurred while processing this directive]