public interface IApplicationProperty
IApplicationPropertys are special relationships of Propertys.
The IPropertyValue of an IApplicationProperty is accessible
in any IExecutionContext. The property value is either constant or
can be changed through resource processing "Update".
boolean isConstant()
IApplicationProperty is a constant or not. A constant
IApplicationProperty is not changeable through resource
processing.IApplicationProperty is a constant or not.Property getProperty()
Property of the
IApplicationProperty.Property of the
IApplicationPropertyboolean isMandatory()
IApplicationProperty is a mandatory application
property. A mandatory application property must NOT have an empty
or null value.IApplicationProperty is a mandatory
application propertyjava.lang.String getDefaultValue()
IApplicationProperty. This value
is required to reset the value of an IApplicationProperty, for
example if the cache becomes cleared. The default value must NOT
be null.IApplicationProperty. The
default value must NOT be null.ITaurusApplication getApplication()
ITaurusApplication to the
IApplicationProperty.ITaurusApplicationIPropertyValue getPropertyValue()
IPropertyValue of the
IApplicationProperty.IPropertyValue of the
IApplicationProperty.void initApplicationProperty(ITaurusApplication pApplication)
initApplicationProperty(ITaurusApplication) is executed in the
process of loading an ITaurusApplication after all
IApplicationPropertys were created.pApplication - the currently active applicationvoid refreshProperty()
IApplicationProperty.
This method is called when an ITaurusSystem is refreshed.
EPropertyValueType getPropertyType()
EPropertyValueType.EPropertyValueType. Only the property types
EPropertyValueType.APPLICATION_PROPERTY and
EPropertyValueType.STATIC_MASTER_CONFIGURATION are
supported for IApplicationPropertys.void unloadProperty()
IApplicationProperty. This method is called when
ITaurusApplication.unloadApplication() is executed.void clearPropertyCache()
IApplicationProperty.Copyright © 2015 Micro Focus GmbH. All rights reserved.