com.filenet.api.meta

Interface ClassDescription

    • Method Detail

      • get_SuperclassPropertyCount

        java.lang.Integer get_SuperclassPropertyCount()
        Returns the value of the SuperclassPropertyCount property. For more information, see SuperclassPropertyCount Property.
      • get_NamePropertyIndex

        java.lang.Integer get_NamePropertyIndex()
        Returns the value of the NamePropertyIndex property. For more information, see NamePropertyIndex Property.
      • get_HasIncludeSubclasses

        java.lang.Boolean get_HasIncludeSubclasses()
        Returns the value of the HasIncludeSubclasses property. For more information, see HasIncludeSubclasses Property.
      • get_HasProperSubclassProperties

        java.lang.Boolean get_HasProperSubclassProperties()
        Returns the value of the HasProperSubclassProperties property. For more information, see HasProperSubclassProperties Property.
      • get_AllowsInstances

        java.lang.Boolean get_AllowsInstances()
        Returns the value of the AllowsInstances property. For more information, see AllowsInstances Property.
      • get_SymbolicName

        java.lang.String get_SymbolicName()
        Returns the value of the SymbolicName property. For more information, see SymbolicName Property.
      • get_Id

        Id get_Id()
        Returns the value of the Id property. For more information, see Id Property.
      • get_Name

        java.lang.String get_Name()
        Returns the value of the Name property. For more information, see Name Property.
      • get_IsPersistent

        java.lang.Boolean get_IsPersistent()
        Returns the value of the IsPersistent property. For more information, see IsPersistent Property.
      • get_IsHidden

        java.lang.Boolean get_IsHidden()
        Returns the value of the IsHidden property. For more information, see IsHidden Property.
      • get_IsSecurable

        java.lang.Boolean get_IsSecurable()
        Returns the value of the IsSecurable property. For more information, see IsSecurable Property.
      • get_DefaultInstanceOwner

        java.lang.String get_DefaultInstanceOwner()
        Returns the value of the DefaultInstanceOwner property. For more information, see DefaultInstanceOwner Property.
      • get_IsCBREnabled

        java.lang.Boolean get_IsCBREnabled()
        Returns the value of the IsCBREnabled property. For more information, see IsCBREnabled Property.
      • get_DefaultRetentionPeriod

        java.lang.Integer get_DefaultRetentionPeriod()
        Returns the value of the DefaultRetentionPeriod property. For more information, see DefaultRetentionPeriod Property.
      • get_RetentionPeriodUnits

        java.lang.Integer get_RetentionPeriodUnits()
        Returns the value of the RetentionPeriodUnits property. For more information, see RetentionPeriodUnits Property.
      • describedIsOfClass

        java.lang.Boolean describedIsOfClass(java.lang.String className)
        Returns whether the class described by this ClassDescription object is a subclass of the specified class (true) or not (false). Note that this method will not work for search-related ClassDescription objects; that is, ClassDescription objects that are returned from a SearchScope.fetchSearchableClassDescriptions method call.
        Parameters:
        className - A String that specifies the symbolic name or ClassNames constant of the parent class to check this subclass against.
        Returns:
        true if the class specified by ClassName is a subclass of the class; false if it is not.
      • getScope

        Scope getScope()
        Returns the originating "scope" (enclosing context) of this ClassDescription object. For more information about ClassDescription scope, see the Scope interface description.
        Returns:
        A Scope object.

© Copyright IBM Corporation 2006, 2015. All rights reserved.