com.filenet.api.admin

Interface ClassDefinition

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        Returns the value of the Creator property. For more information, see Creator Property.
      • set_Creator

        void set_Creator(java.lang.String value)
        Sets the value of the Creator property. For more information, see Creator Property.
      • get_DateCreated

        java.util.Date get_DateCreated()
        Returns the value of the DateCreated property. For more information, see DateCreated Property.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        Sets the value of the DateCreated property. For more information, see DateCreated Property.
      • get_LastModifier

        java.lang.String get_LastModifier()
        Returns the value of the LastModifier property. For more information, see LastModifier Property.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        Sets the value of the LastModifier property. For more information, see LastModifier Property.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        Sets the value of the DateLastModified property. For more information, see DateLastModified 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_Owner

        java.lang.String get_Owner()
        Returns the value of the Owner property. For more information, see Owner Property.
      • set_Owner

        void set_Owner(java.lang.String value)
        Sets the value of the Owner property. For more information, see Owner Property.
      • get_IsSystemOwned

        java.lang.Boolean get_IsSystemOwned()
        Returns the value of the IsSystemOwned property. For more information, see IsSystemOwned Property.
      • get_AliasIds

        IdList get_AliasIds()
        Returns the value of the AliasIds property. For more information, see AliasIds Property.
      • set_AliasIds

        void set_AliasIds(IdList value)
        Sets the value of the AliasIds property. For more information, see AliasIds Property.
      • get_DisplayName

        java.lang.String get_DisplayName()
        Returns the value of the DisplayName property. For more information, see DisplayName Property.
      • get_DescriptiveText

        java.lang.String get_DescriptiveText()
        Returns the value of the DescriptiveText property. For more information, see DescriptiveText Property.
      • get_ProtectedPropertyCount

        java.lang.Integer get_ProtectedPropertyCount()
        Returns the value of the ProtectedPropertyCount property. For more information, see ProtectedPropertyCount Property.
      • get_IsPersistent

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

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

        void set_AllowsInstances(java.lang.Boolean value)
        Sets the value of the AllowsInstances property. For more information, see AllowsInstances Property.
      • get_AllowsSubclasses

        java.lang.Boolean get_AllowsSubclasses()
        Returns the value of the AllowsSubclasses property. For more information, see AllowsSubclasses Property.
      • get_AllowsPropertyAdditions

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

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

        void set_SymbolicName(java.lang.String value)
        Sets the value of the SymbolicName property. For more information, see SymbolicName Property.
      • get_IsHidden

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

        void set_IsHidden(java.lang.Boolean value)
        Sets the value of the IsHidden property. For more information, see IsHidden Property.
      • get_DefaultInstanceOwner

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

        void set_DefaultInstanceOwner(java.lang.String value)
        Sets 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.
      • set_IsCBREnabled

        void set_IsCBREnabled(java.lang.Boolean value)
        Sets the value of the IsCBREnabled property. For more information, see IsCBREnabled Property.
      • get_InstalledByAddOn

        AddOn get_InstalledByAddOn()
        Returns the value of the InstalledByAddOn property. For more information, see InstalledByAddOn Property.
      • get_DefaultRetentionPeriod

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

        void set_DefaultRetentionPeriod(java.lang.Integer value)
        Sets the value of the DefaultRetentionPeriod property. For more information, see DefaultRetentionPeriod Property.
      • createSubclass

        ClassDefinition createSubclass()
        Creates a subclass of the class defined by this class definition. If this class is not allowed to be subclassed, an exception will be thrown.
        Returns:
        A ClassDefinition object that defines the new subclass.
      • createSubclass

        ClassDefinition createSubclass(Id id)
        Creates a subclass, with the specified ID, of the class defined by this class definition. If this class is not allowed to be subclassed, an exception will be thrown.
        Parameters:
        id - An Id object that specifies the ID of the new subclass.
        Returns:
        A ClassDefinition object that defines the new subclass.

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