com.adobe.idp.taskmanager.dsc.client.task
Class TaskManagerConstants.TaskClassTypes

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants.TaskClassTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
TaskManagerConstants

public static final class TaskManagerConstants.TaskClassTypes
extends java.lang.Enum

Class of tasks known by the system. Workspace will only show tasks with either of these tasks classes

See Also:
Serialized Form

Field Summary
static TaskManagerConstants.TaskClassTypes Multi
          Multi User Serivce was used to create the task.
static TaskManagerConstants.TaskClassTypes Standard
          Standard User Service or endpoint task.
static TaskManagerConstants.TaskClassTypes Standard_LC8
          An LC8 (or LC7) style task
 
Method Summary
 java.lang.String toString()
           
static TaskManagerConstants.TaskClassTypes valueOf(java.lang.String name)
           
static TaskManagerConstants.TaskClassTypes[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Standard_LC8

public static final TaskManagerConstants.TaskClassTypes Standard_LC8
An LC8 (or LC7) style task


Standard

public static final TaskManagerConstants.TaskClassTypes Standard
Standard User Service or endpoint task. All tasks which have either Standard or unknown class will be treated the same


Multi

public static final TaskManagerConstants.TaskClassTypes Multi
Multi User Serivce was used to create the task. You may also extend the class name to use the Multi User Service, but not have tasks show up in workspace.

Method Detail

values

public static TaskManagerConstants.TaskClassTypes[] values()

valueOf

public static TaskManagerConstants.TaskClassTypes valueOf(java.lang.String name)

toString

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


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