com.filenet.wcm.apps.server.util.compounddocument

Class CompoundDocumentConstants

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.compounddocument.CompoundDocumentConstants

  1. public class CompoundDocumentConstants
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COMPONENT_BINDING_LABEL
  1. static
  2. java.lang.String
COMPONENT_RELATIONSHIP_CLASS_ID
  1. static
  2. int
CURRENT_VERSION
  1. static
  2. java.lang.String
OBJ_COMPONENT_RELATIONSHIP
  1. static
  2. int
RELEASED_VERSION
  1. static
  2. int
SPECIFIC_VERSION
  1. static
  2. int
TYPE_COMPONENT_RELATIONSHIP

Constructor Summary

Constructor and Description
CompoundDocumentConstants()

Method Summary

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

Field Detail

OBJ_COMPONENT_RELATIONSHIP

  1. public static final java.lang.String OBJ_COMPONENT_RELATIONSHIP
See Also:

TYPE_COMPONENT_RELATIONSHIP

  1. public static final int TYPE_COMPONENT_RELATIONSHIP
See Also:

COMPONENT_RELATIONSHIP_CLASS_ID

  1. public static final java.lang.String COMPONENT_RELATIONSHIP_CLASS_ID
See Also:

SPECIFIC_VERSION

  1. public static final int SPECIFIC_VERSION
See Also:

RELEASED_VERSION

  1. public static final int RELEASED_VERSION
See Also:

CURRENT_VERSION

  1. public static final int CURRENT_VERSION
See Also:

COMPONENT_BINDING_LABEL

  1. public static final java.lang.String COMPONENT_BINDING_LABEL
See Also:

Constructor Detail

CompoundDocumentConstants

  1. public CompoundDocumentConstants( )