com.centrasite.control.extpt
Interface ExtensionPropertyAccessor
- All Superinterfaces:
- PropertyAccessor
- All Known Implementing Classes:
- RegistryObjectLastModifiedDateAccessor
public interface ExtensionPropertyAccessor
- extends PropertyAccessor
Methods inherited from interface com.centrasite.control.discovery.PropertyAccessor |
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getPropertyName, getReferencedItem, getSelectReferencedItemDescriptor, getValue, isComplexProperty, isDateProperty, isIntProperty, isReadOnly, isTextEditAllowed, selectReferencedItem, setValue |
rcs_id
static final java.lang.String rcs_id
- See Also:
- Constant Field Values
CONTEXT_CLASS
static final java.lang.String CONTEXT_CLASS
- See Also:
- Constant Field Values
appliesTo
boolean appliesTo(java.lang.String context,
Connector con)
- Parameters:
context
- name of concept in ObjectType classification scheme
or a unique string, e.g. the name of the calling class
prefixed by CONTEXT_CLASScon
- the Connector
- Returns:
- true iff this extension applies to the given context
getVisibleByDefault
boolean getVisibleByDefault()
- Returns:
- true iff the property contributed by this extension shall be
visible by default.