com.ibm.jarm.api.core

Interface SystemConfiguration

    • Method Detail

      • getPropertyName

        java.lang.String getPropertyName()
        Returns the PropertyName property value.
        Returns:
        A String value.
      • getPropertyDataType

        java.lang.String getPropertyDataType()
        Returns the PropertyDataType property value.
        Returns:
        A String value.
      • getPropertyValue

        java.lang.String getPropertyValue()
        Returns the PropertyValue property value.
        Returns:
        A String value.
      • getDefaultSettings

        java.lang.String getDefaultSettings()
        Returns the DefaultSettings property value.
        Returns:
        A String value.
      • canBeUpdated

        boolean canBeUpdated()
        Indicates whether or not this SystemConfiguration instance can be updated using the FilePlanRepository.putSystemConfiguration(String, String) method.

        Note that this method indicates write status based solely upon the business logic nature of a specific SystemConfiguration instance and does NOT take into account any repository security access permissions that might apply to the current user context.

        Returns:
        true if this instance can be updated; false otherwise.

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