public class RegistryObjectLastModifiedDateAccessor extends ReadOnlyPropertyAccessor implements ExtensionPropertyAccessor, AllowsSortingUsingXQuery
isComplexProperty, isDateProperty, isIntProperty
isComplexProperty, isDateProperty, isIntProperty
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
CONTEXT_CLASS
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(java.lang.String conceptName,
Connector con) |
static RegistryObjectLastModifiedDateAccessor |
get() |
java.lang.String |
getPropertyName()
Obtain name of property being accessed via this accessor.
|
java.lang.String |
getSortPath(java.lang.String objectTypeValue)
This method returns the xpath that will be used in XQuery for sorting on the property accessed by the
PropertyAccessor implementing this interface. |
java.lang.String |
getValue(Item item)
Get value of property for given Item
|
boolean |
getVisibleByDefault() |
getReferencedItem, isReadOnly, setValue
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isReadOnly, isTextEditAllowed, selectReferencedItem, setValue
public static final java.lang.String rcs_id
public static RegistryObjectLastModifiedDateAccessor get()
public java.lang.String getPropertyName()
PropertyAccessor
getPropertyName
in interface PropertyAccessor
public java.lang.String getValue(Item item) throws java.lang.Exception
PropertyAccessor
getValue
in interface PropertyAccessor
java.lang.Exception
public boolean appliesTo(java.lang.String conceptName, Connector con)
appliesTo
in interface ExtensionPropertyAccessor
conceptName
- name of concept in ObjectType classification scheme
or a unique string, e.g. the name of the calling class
prefixed by CONTEXT_CLASScon
- the Connectorpublic boolean getVisibleByDefault()
getVisibleByDefault
in interface ExtensionPropertyAccessor
public java.lang.String getSortPath(java.lang.String objectTypeValue)
AllowsSortingUsingXQuery
PropertyAccessor
implementing this interface.
Note: the xpath expression must contain $ro representing the registry object being searchedgetSortPath
in interface AllowsSortingUsingXQuery
objectTypeValue
- the value of the object type or ObjectTypePredicate.ALL_OBJECT_TYPES