com.filenet.rm.api

Class RMPropertiesCategoryType

  • java.lang.Object
    • com.filenet.rm.api.RMPropertiesCategoryType


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

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

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RM_CATEGORY_TYPE_VITAL

        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:
        Constant Field Values
      • RM_CATEGORY_TYPE_DECLARE

        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:
        Constant Field Values
      • RM_CATEGORY_TYPE_DISPOSAL

        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:
        Constant Field Values
    • Constructor Detail

      • RMPropertiesCategoryType

        public RMPropertiesCategoryType()

© Copyright IBM Corp. 2003, 2013. All Rights Reserved.