Skip navigation links


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

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


public final class SPIRepositoryInterfaces
extends Object

List of SPI interfaces. <p/>


Field Summary
static String REPOSITORY_CONFIG_OPS
          The base name for repository configuration operations implementations.
static String REPOSITORY_CONFIG_OPS_LATEST
          The class name of the Latest RepositoryConfigOps interface.
static String REPOSITORY_CONFIG_OPS_V1
          The class name of the RepositoryConfigOpsV1 interface.
static String REPOSITORY_CONFIG_OPS_V2
          The class name of the RepositoryConfigOpsV2 interface.

 

Constructor Summary
SPIRepositoryInterfaces()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

REPOSITORY_CONFIG_OPS

public static final String REPOSITORY_CONFIG_OPS
The base name for repository configuration operations implementations.
See Also
Constants Summary

REPOSITORY_CONFIG_OPS_V1

public static final String REPOSITORY_CONFIG_OPS_V1
The class name of the RepositoryConfigOpsV1 interface. Use this in conjunction with the IExtensible.getAllInterfaces() method.

REPOSITORY_CONFIG_OPS_V2

public static final String REPOSITORY_CONFIG_OPS_V2
The class name of the RepositoryConfigOpsV2 interface. Use this in conjunction with the IExtensible.getAllInterfaces() method.

REPOSITORY_CONFIG_OPS_LATEST

public static final String REPOSITORY_CONFIG_OPS_LATEST
The class name of the Latest RepositoryConfigOps interface.

Constructor Detail

SPIRepositoryInterfaces

public SPIRepositoryInterfaces()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.