com.centrasite.control.extpt
Interface ExtensionPropertyAccessor

All Superinterfaces:
PropertyAccessor
All Known Implementing Classes:
RegistryObjectLastModifiedDateAccessor

public interface ExtensionPropertyAccessor
extends PropertyAccessor


Field Summary
static java.lang.String CONTEXT_CLASS
           
static java.lang.String rcs_id
           
 
Method Summary
 boolean appliesTo(java.lang.String context, Connector con)
           
 boolean getVisibleByDefault()
           
 
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
 

Field Detail

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
Method Detail

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_CLASS
con - 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.