|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.mapping.AbstractProperty
org.alfresco.cmis.mapping.AbstractVersioningProperty
public abstract class AbstractVersioningProperty
Base class for versioning property accessors.
Constructor Summary | |
---|---|
protected |
AbstractVersioningProperty(ServiceRegistry serviceRegistry,
java.lang.String propertyName)
Construct |
Method Summary | |
---|---|
NodeRef |
getVersionSeries(NodeRef nodeRef)
|
boolean |
hasWorkingCopy(NodeRef nodeRef)
|
boolean |
isWorkingCopy(NodeRef nodeRef)
|
Methods inherited from class org.alfresco.cmis.mapping.AbstractProperty |
---|
buildLuceneEquality, buildLuceneExists, buildLuceneGreaterThan, buildLuceneGreaterThanOrEquals, buildLuceneIn, buildLuceneInequality, buildLuceneLessThan, buildLuceneLessThanOrEquals, buildLuceneLike, getLuceneFieldName, getLuceneSortField, getMappedProperty, getName, getServiceRegistry, getValue, getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractVersioningProperty(ServiceRegistry serviceRegistry, java.lang.String propertyName)
serviceRegistry
- propertyName
- Method Detail |
---|
public NodeRef getVersionSeries(NodeRef nodeRef)
public boolean isWorkingCopy(NodeRef nodeRef)
public boolean hasWorkingCopy(NodeRef nodeRef)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |