com.bea.content.federated
Enum WorkflowCapability

java.lang.Object
  extended by java.lang.Enum<WorkflowCapability>
      extended by com.bea.content.federated.WorkflowCapability
All Implemented Interfaces
Serializable, Comparable<WorkflowCapability>

public enum WorkflowCapability
extends Enum<WorkflowCapability>

Security capabilities for Workflow activities


Enum Constant Summary
ASSOCIATE
           
CREATE
           
DELETE
           
UPDATE
           
VIEW
           
 
Method Summary
static WorkflowCapability valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WorkflowCapability[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ASSOCIATE

public static final WorkflowCapability ASSOCIATE

CREATE

public static final WorkflowCapability CREATE

DELETE

public static final WorkflowCapability DELETE

UPDATE

public static final WorkflowCapability UPDATE

VIEW

public static final WorkflowCapability VIEW
Method Detail

values

public static final WorkflowCapability[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static WorkflowCapability valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.