|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<NodeFeatureCapability>
com.bea.content.capability.NodeFeatureCapability
public enum NodeFeatureCapability
Feature capabilities which are node-related
| Enum Constant Summary | |
|---|---|
NodeChildNodeReorderingChild nodes can be re-ordered |
|
NodeCopyNodes can be copied |
|
NodeCreateNodes can be created |
|
NodeMoveNodes can be moved |
|
NodeRemoveNodes can be removed |
|
NodeRetrievalNodes can be retrieved |
|
NodeUpdateNodes can be updated |
|
NonFolderNodeChildrenNon-folder nodes can have children |
|
| Method Summary | |
|---|---|
static NodeFeatureCapability |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static NodeFeatureCapability[] |
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 |
|---|
public static final NodeFeatureCapability NodeChildNodeReordering
public static final NodeFeatureCapability NodeCreate
public static final NodeFeatureCapability NodeMove
public static final NodeFeatureCapability NodeCopy
public static final NodeFeatureCapability NodeRemove
public static final NodeFeatureCapability NodeUpdate
public static final NodeFeatureCapability NodeRetrieval
public static final NodeFeatureCapability NonFolderNodeChildren
| Method Detail |
|---|
public static final NodeFeatureCapability[] values()
public static NodeFeatureCapability valueOf(String name)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.