com.filenet.api.admin

Interface PropertyTemplate

    • 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_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_DataType

        TypeID get_DataType()
        Returns the value of the DataType property. For more information, see DataType Property.
      • get_IsValueRequired

        java.lang.Boolean get_IsValueRequired()
        Returns the value of the IsValueRequired property. For more information, see IsValueRequired Property.
      • set_IsValueRequired

        void set_IsValueRequired(java.lang.Boolean value)
        Sets the value of the IsValueRequired property. For more information, see IsValueRequired 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_IsNameProperty

        java.lang.Boolean get_IsNameProperty()
        Returns the value of the IsNameProperty property. For more information, see IsNameProperty Property.
      • set_IsNameProperty

        void set_IsNameProperty(java.lang.Boolean value)
        Sets the value of the IsNameProperty property. For more information, see IsNameProperty Property.
      • get_RequiresUniqueElements

        java.lang.Boolean get_RequiresUniqueElements()
        Returns the value of the RequiresUniqueElements property. For more information, see RequiresUniqueElements Property.
      • set_RequiresUniqueElements

        void set_RequiresUniqueElements(java.lang.Boolean value)
        Sets the value of the RequiresUniqueElements property. For more information, see RequiresUniqueElements Property.
      • set_ChoiceList

        void set_ChoiceList(ChoiceList value)
        Sets the value of the ChoiceList property. For more information, see ChoiceList 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_PropertyDisplayCategory

        java.lang.String get_PropertyDisplayCategory()
        Returns the value of the PropertyDisplayCategory property. For more information, see PropertyDisplayCategory Property.
      • set_PropertyDisplayCategory

        void set_PropertyDisplayCategory(java.lang.String value)
        Sets the value of the PropertyDisplayCategory property. For more information, see PropertyDisplayCategory Property.
      • get_ModificationAccessRequired

        java.lang.Integer get_ModificationAccessRequired()
        Returns the value of the ModificationAccessRequired property. For more information, see ModificationAccessRequired Property.
      • set_ModificationAccessRequired

        void set_ModificationAccessRequired(java.lang.Integer value)
        Sets the value of the ModificationAccessRequired property. For more information, see ModificationAccessRequired Property.
      • get_InstalledByAddOn

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

        PropertyDefinition createClassProperty()
        Creates and returns a new property definition object based on this property template. To create a new user-defined property on a particular class, add this property definition object to the class definition's PropertyDefinitions collection.
        Returns:
        An object instance of a PropertyDefinition subclass (PropertyDefinitionBinary, for example).

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