com.ibm.portal.outbound.config
Interface Administrable

All Known Subinterfaces:
CookieRule, ModifiableCookieRule, ModifiableOutboundConnectionProfile, ModifiablePolicyMapping, ModifiablePolicyRule, ModifiablePolicyVariable, OutboundConnectionProfile, PolicyMapping, PolicyRule, PolicyVariable

public interface Administrable

This interface is for proxy configuration objects that have an administrative name.
The administrative name is a string that is identifying a connection profile, a policy mapping, a policy rule, a cookie rule, or a policy variable by an administration task.

Since:
8.5.0
See Also:
OutboundConnectionProfile, PolicyMapping, PolicyRule, CookieRule, PolicyVariable

Method Summary
 java.lang.String getName()
          return the administrative name of the object.
 boolean isReadOnly()
          return if this item is from the system profile.
 

Method Detail

isReadOnly

boolean isReadOnly()
return if this item is from the system profile. Config items that are defined in the system profile cannot be overridden by controller instances.

Returns:
false if the node is writable, true if the node is read-only

getName

java.lang.String getName()
return the administrative name of the object.

Returns:
the Administrative name. never null.