com.bea.content.spi.flexspi.ticket
Enum NodeOpsV2.MethodName

java.lang.Object
  extended by java.lang.Enum<NodeOpsV2.MethodName>
      extended by com.bea.content.spi.flexspi.ticket.NodeOpsV2.MethodName
All Implemented Interfaces
Serializable, Comparable<NodeOpsV2.MethodName>
Enclosing interface:
NodeOpsV2

public static enum NodeOpsV2.MethodName
extends Enum<NodeOpsV2.MethodName>


Enum Constant Summary
addNodeContent
           
canAccessNode
           
copyNode
           
createNodeWithNodeType
           
createNodeWithNodeTypeAndObjectClass
           
createNodeWithNodeTypeAndObjectClassAndWorkflow
           
createNodeWithNodeTypeAndWorkflow
           
deleteNode
           
getNativeFilterableProperties
           
getNativeSortableProperties
           
getNodeChildren
           
getNodeChildrenAsNodeIds
           
getNodeChildrenWithQueryCriteria
           
getNodeChildrenWithRangeAndQueryCriteria
           
getNodeReferences
           
getNodesWithIds
           
getNodesWithIdsAndQueryCriteria
           
getNodeWithId
           
getNodeWithPath
           
getProperties
           
getPropertyBytes
           
moveNode
           
orderBefore
           
removeNodeContent
           
renameNode
           
save
           
updateProperties
           
 
Method Summary
static NodeOpsV2.MethodName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeOpsV2.MethodName[] 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

addNodeContent

public static final NodeOpsV2.MethodName addNodeContent

copyNode

public static final NodeOpsV2.MethodName copyNode

createNodeWithNodeType

public static final NodeOpsV2.MethodName createNodeWithNodeType

createNodeWithNodeTypeAndObjectClass

public static final NodeOpsV2.MethodName createNodeWithNodeTypeAndObjectClass

createNodeWithNodeTypeAndObjectClassAndWorkflow

public static final NodeOpsV2.MethodName createNodeWithNodeTypeAndObjectClassAndWorkflow

createNodeWithNodeTypeAndWorkflow

public static final NodeOpsV2.MethodName createNodeWithNodeTypeAndWorkflow

deleteNode

public static final NodeOpsV2.MethodName deleteNode

getNativeFilterableProperties

public static final NodeOpsV2.MethodName getNativeFilterableProperties

getNativeSortableProperties

public static final NodeOpsV2.MethodName getNativeSortableProperties

getNodeChildren

public static final NodeOpsV2.MethodName getNodeChildren

getNodeChildrenAsNodeIds

public static final NodeOpsV2.MethodName getNodeChildrenAsNodeIds

getNodeChildrenWithQueryCriteria

public static final NodeOpsV2.MethodName getNodeChildrenWithQueryCriteria

getNodeReferences

public static final NodeOpsV2.MethodName getNodeReferences

getNodesWithIds

public static final NodeOpsV2.MethodName getNodesWithIds

getNodesWithIdsAndQueryCriteria

public static final NodeOpsV2.MethodName getNodesWithIdsAndQueryCriteria

getNodeWithId

public static final NodeOpsV2.MethodName getNodeWithId

getNodeWithPath

public static final NodeOpsV2.MethodName getNodeWithPath

getProperties

public static final NodeOpsV2.MethodName getProperties

getPropertyBytes

public static final NodeOpsV2.MethodName getPropertyBytes

moveNode

public static final NodeOpsV2.MethodName moveNode

orderBefore

public static final NodeOpsV2.MethodName orderBefore

removeNodeContent

public static final NodeOpsV2.MethodName removeNodeContent

renameNode

public static final NodeOpsV2.MethodName renameNode

save

public static final NodeOpsV2.MethodName save

updateProperties

public static final NodeOpsV2.MethodName updateProperties

getNodeChildrenWithRangeAndQueryCriteria

public static final NodeOpsV2.MethodName getNodeChildrenWithRangeAndQueryCriteria

canAccessNode

public static final NodeOpsV2.MethodName canAccessNode
Method Detail

values

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


valueOf

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



Copyright © 2011, Oracle. All rights reserved.