com.adobe.idp.taskmanager.dsc.client.query
Class TaskRowUIOptions

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.query.TaskRowUIOptions
All Implemented Interfaces:
java.io.Serializable

public class TaskRowUIOptions
extends java.lang.Object
implements java.io.Serializable

Provides information about the Workbench tools that appear when users open forms in the task.

See Also:
Serialized Form

Constructor Summary
TaskRowUIOptions(int bitMask)
           
 
Method Summary
 boolean isApprovalContainerUI()
           
 boolean isCommentingAvailable()
           
 boolean isCommentingRequired()
           
 boolean isCustomUI()
           
 boolean isMobileEnabled()
          Indicates if the form for this task is mobile enabled.
 boolean isMustOpenFormToComplete()
           
 boolean isOpenFormFullScreen()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskRowUIOptions

public TaskRowUIOptions(int bitMask)
Method Detail

isMustOpenFormToComplete

public boolean isMustOpenFormToComplete()

isOpenFormFullScreen

public boolean isOpenFormFullScreen()

isCustomUI

public boolean isCustomUI()

isApprovalContainerUI

public boolean isApprovalContainerUI()

isCommentingAvailable

public boolean isCommentingAvailable()

isCommentingRequired

public boolean isCommentingRequired()

isMobileEnabled

public boolean isMobileEnabled()
Indicates if the form for this task is mobile enabled. At the time of implementation only the guides product supports this functionality

Returns:
true if the form is mobile enabled

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object