com.bea.content.spi.flexspi.common
Class SPITicketInterfaces

java.lang.Object
  extended by com.bea.content.spi.flexspi.common.SPITicketInterfaces

public final class SPITicketInterfaces
extends Object

List of SPI interfaces.


Field Summary
static String NODE_OPS
          The base name for node operations implementations.
static String NODE_OPS_LATEST
          The class name of the Latest NodeOps interface.
static String NODE_OPS_V1
          The class name of the NodeOpsV1 interface.
static String NODE_OPS_V2
          The class name of the NodeOpsV2 interface.
static String OBJECT_CLASS_OPS
          The base name for objectclass operations implementations.
static String OBJECT_CLASS_OPS_LATEST
          The class name of the Latest ObjectClassOps interface.
static String OBJECT_CLASS_OPS_V1
          The class name of the ObjectClassOpsV1 interface.
static String SEARCH_OPS
          The base name for search operations implementations.
static String SEARCH_OPS_LATEST
          The class name of the Latest SearchOps interface.
static String SEARCH_OPS_V1
          The class name of the SearchOpsV1 interface.
static String SEARCH_OPS_V2
          The class name of the SearchOpsV2 interface.
static String WORKFLOW_OPS
          The base name for workflow operations implementations.
static String WORKFLOW_OPS_LATEST
          The class name of the Latest WorkflowOs interface.
static String WORKFLOW_OPS_V1
          The class name of the WorkflowOpsV1 interface.
static String WORKFLOW_OPS_V2
          The class name of the WorkflowOpsV2 interface.
 
Constructor Summary
SPITicketInterfaces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_OPS

public static final String NODE_OPS
The base name for node operations implementations.

See Also
Constants Summary

OBJECT_CLASS_OPS

public static final String OBJECT_CLASS_OPS
The base name for objectclass operations implementations.

See Also
Constants Summary

SEARCH_OPS

public static final String SEARCH_OPS
The base name for search operations implementations.

See Also
Constants Summary

WORKFLOW_OPS

public static final String WORKFLOW_OPS
The base name for workflow operations implementations.

See Also
Constants Summary

NODE_OPS_V1

public static final String NODE_OPS_V1
The class name of the NodeOpsV1 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


NODE_OPS_V2

public static final String NODE_OPS_V2
The class name of the NodeOpsV2 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


NODE_OPS_LATEST

public static final String NODE_OPS_LATEST
The class name of the Latest NodeOps interface.


OBJECT_CLASS_OPS_V1

public static final String OBJECT_CLASS_OPS_V1
The class name of the ObjectClassOpsV1 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


OBJECT_CLASS_OPS_LATEST

public static final String OBJECT_CLASS_OPS_LATEST
The class name of the Latest ObjectClassOps interface.


SEARCH_OPS_V1

public static final String SEARCH_OPS_V1
The class name of the SearchOpsV1 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


SEARCH_OPS_V2

public static final String SEARCH_OPS_V2
The class name of the SearchOpsV2 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


SEARCH_OPS_LATEST

public static final String SEARCH_OPS_LATEST
The class name of the Latest SearchOps interface.


WORKFLOW_OPS_V1

public static final String WORKFLOW_OPS_V1
The class name of the WorkflowOpsV1 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


WORKFLOW_OPS_V2

public static final String WORKFLOW_OPS_V2
The class name of the WorkflowOpsV2 interface. The repository should implement IExtensible.getAllInterfaces() to return the implemented interface fully qualified class name, such as this.


WORKFLOW_OPS_LATEST

public static final String WORKFLOW_OPS_LATEST
The class name of the Latest WorkflowOs interface.

Constructor Detail

SPITicketInterfaces

public SPITicketInterfaces()


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.