com.filenet.rm.api

Class RMPropertiesCategoryType

  1. java.lang.Object
  2. extended bycom.filenet.rm.api.RMPropertiesCategoryType

  1. public class RMPropertiesCategoryType
  2. extends java.lang.Object
Defines constant values that represent the categories into which Record Manager properties are classified.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
RM_CATEGORY_TYPE_DECLARE
Represents the value Declare that is applied to properties that are classified as declaration-related metadata.
  1. static
  2. java.lang.String
RM_CATEGORY_TYPE_DISPOSAL
Represents the value Disposal that is applied to properties that are classified as disposition-related metadata.
  1. static
  2. java.lang.String
RM_CATEGORY_TYPE_VITAL
Represents the value Vital that is applied to properties that are classified as vital-related metadata.

Constructor Summary

Constructor and Description
RMPropertiesCategoryType()

Method Summary

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

Field Detail

RM_CATEGORY_TYPE_VITAL

  1. public static final java.lang.String RM_CATEGORY_TYPE_VITAL
Represents the value Vital that is applied to properties that are classified as vital-related metadata.
See Also:

RM_CATEGORY_TYPE_DECLARE

  1. public static final java.lang.String RM_CATEGORY_TYPE_DECLARE
Represents the value Declare that is applied to properties that are classified as declaration-related metadata.
See Also:

RM_CATEGORY_TYPE_DISPOSAL

  1. public static final java.lang.String RM_CATEGORY_TYPE_DISPOSAL
Represents the value Disposal that is applied to properties that are classified as disposition-related metadata.
See Also:

Constructor Detail

RMPropertiesCategoryType

  1. public RMPropertiesCategoryType( )