|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SystemProperty>
com.bea.wli.worklist.api.taskplan.SystemProperty
public enum SystemProperty
BEA Systems, Inc.
Enum Constant Summary | |
---|---|
ADMIN_STATE
Java Type in TaskEvent: AdminState.Type; Property Type: String; Editable: false |
|
ASSIGNEES
Java Type in TaskEvent: Assignee; Property Type: String (in form 'Assignee with Users( |
|
CLAIMANT
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
COMMENT
Java Type in TaskEvent: String; Property Type: String; Editable: true |
|
CONSTRUCTOR_NAME
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
CREATE_DATE
Java Type in TaskEvent: java.util.Date; Property Type: DateTime; Editable: false |
|
CREATING_CONTAINER_HANDLE
Java Type in TaskEvent: com.bea.wli.worklist.api.ContainerHandle; Property Type: String (in the form: type||subType||instanceId||hostApplicationId); Editable: false |
|
CREATOR
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
CURRENT_STEP_CLAIM_DUE_DATE
Deprecated. Claim due date should not be used. |
|
CURRENT_STEP_COMPLETION_DUE_DATE
Java Type in TaskEvent: java.util.Date; Property Type: DateTime; Editable: true |
|
CURRENT_STEP_NAME
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
DESCRIPTION
Deprecated. Use TaskPlan Description instead |
|
ERROR_MSG
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
FINAL_ACTION_NAME
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
FINAL_STEP_NAME
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
IS_OWNER_GROUP
Java Type in TaskEvent: Boolean; Property Type: Boolean; Editable: true |
|
LAST_UPDATE_DATE
Java Type in TaskEvent: java.util.Date; Property Type: DateTime; Editable: false |
|
LAST_UPDATE_USER
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
OWNER
Java Type in TaskEvent: String; Property Type: String; Editable: true |
|
PRIORITY
Java Type in TaskEvent: Long; Property Type: Integer; Editable: true |
|
STEP_TIME_ESTIMATES
Java Type in TaskEvent: Map |
|
TASK_COMPLETION_DUE_DATE
Java Type in TaskEvent: java.util.Date; Property Type: DateTime; Editable: true |
|
TASK_ID
Java Type in TaskEvent: String; Property Type: String; Editable: false |
|
TASK_NAME
Java Type in TaskEvent: String; Property Type: String; Editable: true |
|
TASK_PLAN_ID
Java Type in TaskEvent: TaskPlanId; Property Type: String; Editable: false |
|
TASK_TIME_ESTIMATE
Java Type in TaskEvent: com.bea.wli.calendar.api.Interval; Property Type: String (in string form defined by Interval, e.g. |
|
WORKING_STATE
Java Type in TaskEvent: WorkingState.Type; Property Type: String; Editable: false |
Method Summary | |
---|---|
String |
getDisplayName()
Get a localized display name for this system property, in the form <system property prefix>:<localized name>. |
static SystemProperty |
getSystem(String name)
|
boolean |
isReadOnly()
Is this system property read-only at runtime (cannot be set directly). |
static boolean |
isSystem(String name)
|
boolean |
isWriteable()
Can this system property be set at runtime? |
static SystemProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SystemProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SystemProperty TASK_ID
public static final SystemProperty TASK_NAME
public static final SystemProperty TASK_PLAN_ID
public static final SystemProperty DESCRIPTION
public static final SystemProperty COMMENT
public static final SystemProperty PRIORITY
public static final SystemProperty ADMIN_STATE
public static final SystemProperty ERROR_MSG
public static final SystemProperty WORKING_STATE
public static final SystemProperty ASSIGNEES
public static final SystemProperty CLAIMANT
public static final SystemProperty OWNER
public static final SystemProperty IS_OWNER_GROUP
public static final SystemProperty CREATOR
public static final SystemProperty CREATE_DATE
public static final SystemProperty LAST_UPDATE_DATE
public static final SystemProperty LAST_UPDATE_USER
public static final SystemProperty CREATING_CONTAINER_HANDLE
public static final SystemProperty CURRENT_STEP_NAME
public static final SystemProperty CURRENT_STEP_COMPLETION_DUE_DATE
public static final SystemProperty TASK_COMPLETION_DUE_DATE
public static final SystemProperty TASK_TIME_ESTIMATE
<years>y<months>m<days>dt<hours>h<minutes>m<seconds>s
);
Editable: true
public static final SystemProperty STEP_TIME_ESTIMATES
<years>y<months>m<days>dt<hours>h<minutes>m<seconds>s
);
Editable: true
public static final SystemProperty CURRENT_STEP_CLAIM_DUE_DATE
public static final SystemProperty CONSTRUCTOR_NAME
public static final SystemProperty FINAL_STEP_NAME
public static final SystemProperty FINAL_ACTION_NAME
Method Detail |
---|
public static final SystemProperty[] values()
for(SystemProperty c : SystemProperty.values()) System.out.println(c);
public static SystemProperty valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static boolean isSystem(String name)
public static SystemProperty getSystem(String name)
public boolean isReadOnly()
public String getDisplayName()
public boolean isWriteable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |