public class OwCMISVersionSeriesObject extends OwCMISDocumentObject implements OwCMISVersionSeries
OwCMISVersionSeriesObject.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
CONTENT_STREAM_PROPERTIES, VERSION_PROPERTIES, VERSION_SERIES_PARAMETERS
owTransientObject
OBJECT_TYPE_ALL_CONTAINER_OBJECTS, OBJECT_TYPE_ALL_CONTENT_OBJECTS, OBJECT_TYPE_ALL_TUPLE_OBJECTS, OBJECT_TYPE_ALL_WORKFLOW_OBJECTS, OBJECT_TYPE_BPM_ROOT_FOLDER, OBJECT_TYPE_CONTAINER_USER_START, OBJECT_TYPE_CONTENT_USER_START, OBJECT_TYPE_CROSS_QUEUE_FOLDER, OBJECT_TYPE_CUSTOM, OBJECT_TYPE_DOCUMENT, OBJECT_TYPE_DYNAMIC_VIRTUAL_FOLDER, OBJECT_TYPE_ECM_ROOT_FOLDER, OBJECT_TYPE_FOLDER, OBJECT_TYPE_HISTORY, OBJECT_TYPE_LINK, OBJECT_TYPE_PROXY_QUEUE_FOLDER, OBJECT_TYPE_PUBLIC_QUEUE_FOLDER, OBJECT_TYPE_ROSTER_FOLDER, OBJECT_TYPE_ROSTERITEM, OBJECT_TYPE_STORED_SEARCH, OBJECT_TYPE_SYS_QUEUE_FOLDER, OBJECT_TYPE_TRACKER_QUEUE_FOLDER, OBJECT_TYPE_TUPLE_USER_START, OBJECT_TYPE_UNDEFINED, OBJECT_TYPE_USER_QUEUE_FOLDER, OBJECT_TYPE_VIRTUAL_FOLDER, OBJECT_TYPE_WORKFLOW_USER_START, OBJECT_TYPE_WORKITEM, OBJECT_TYPE_WORKITEM_PROXY, OBJECT_TYPE_WORKITEM_TRACKER
Constructor and Description |
---|
OwCMISVersionSeriesObject(OwCMISNativeSession session_p,
org.apache.chemistry.opencmis.client.api.TransientDocument nativeObject_p,
org.apache.chemistry.opencmis.client.api.OperationContext creationContext,
OwCMISDocumentClass class_p) |
Modifier and Type | Method and Description |
---|---|
String |
checkoutVersionSeries(Object mode_p) |
String |
getId() |
OwCMISDocument |
getLatest() |
protected OwCMISDocument |
getLatestVersion(boolean major_p) |
com.wewebu.ow.server.ecm.OwObject |
getObject(com.wewebu.ow.server.ecm.OwVersion version_p) |
OwCMISDocument |
getReleased() |
OwCMISDocument |
getReservation() |
Collection |
getVersions(Collection properties_p,
com.wewebu.ow.server.field.OwSort sort_p,
int iMaxSize_p) |
canCancelcheckout, cancelcheckout, canCheckin, canCheckout, canDemote, canGetContent, canPromote, canSave, canSetContent, canSetProperties, checkin, checkinThisVersion, checkout, createCopy, demote, equals, getCheckedOutUserID, getContentCollection, getMIMEType, getParents, getPath, getVersion, getVersionInfo, getVersionNumber, getVersionSeries, getVersionSeriesObject, hasContent, hashCode, isCheckedOut, isLatest, isMajor, isMyCheckedOut, isReleased, mustCreateVersionSeriesObject, promote, save, setContentCollection, toVersionSeries
afterPropertiesSet, canDelete, delete, detach, getChildren, getChilds, getDMSID, getID, getName, getNativeID, getNativeObject, getPermissions, getProperties, getProperty, getRelationDirection, getRelationTypeFilter, getTransientObject, hasChilds, refreshProperties, refreshProperties, reloadNativeObject, replaceNativeObject, replaceNativeObject, replaceNativeObject, retrieveRenditions, setPermissions, setProperties
canGetPermissions, canSetPermissions, createCopyProperties, getCopyClassName, getResource, getSession
add, canAdd, canChangeClass, canFilterChilds, canGetProperties, canLock, canMove, canRemoveReference, changeClass, checkPropertyCollection, equals, getChildCount, getClassName, getClonedPermissions, getClonedProperties, getColumnInfoList, getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getFilterProperties, getInstance, getLock, getLockUserID, getMIMEParameter, getMyLock, getObjectClass, getPageCount, getResourceID, getSafeFieldValue, getSearchTemplate, getType, getVirtualProperties, getVirtualProperty, hasVersionSeries, move, removeReference, setField, setLock, setProperties, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cancelcheckout, getVersionSeries, isMyCheckedOut
getNativeObject, getTransientObject, retrieveRenditions
getSession
createCopy, getChildCount, getChilds, getDMSID, getNativeID, getObjectClass, getPath, getPermissions, getProperty, getResource, getResourceID, hasChilds, setProperties, setProperties
add, canAdd, canChangeClass, canDelete, canFilterChilds, canGetContent, canGetPermissions, canGetProperties, canLock, canMove, canRemoveReference, canSetContent, canSetPermissions, canSetProperties, changeClass, delete, getClassName, getClonedPermissions, getClonedProperties, getColumnInfoList, getContentCollection, getFilterProperties, getLock, getLockUserID, getMyLock, getParents, getProperties, getSearchTemplate, getVersion, hasVersionSeries, move, refreshProperties, refreshProperties, removeReference, setContentCollection, setLock, setPermissions
getID, getInstance, getMIMEParameter, getMIMEType, getName, getPageCount, getType, hasContent
public OwCMISVersionSeriesObject(OwCMISNativeSession session_p, org.apache.chemistry.opencmis.client.api.TransientDocument nativeObject_p, org.apache.chemistry.opencmis.client.api.OperationContext creationContext, OwCMISDocumentClass class_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
protected OwCMISDocument getLatestVersion(boolean major_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public OwCMISDocument getLatest() throws com.wewebu.ow.server.exceptions.OwException
getLatest
in interface com.wewebu.ow.server.ecm.OwVersionSeries
getLatest
in interface OwCMISVersionSeries
com.wewebu.ow.server.exceptions.OwException
public OwCMISDocument getReleased() throws com.wewebu.ow.server.exceptions.OwException
getReleased
in interface com.wewebu.ow.server.ecm.OwVersionSeries
getReleased
in interface OwCMISVersionSeries
com.wewebu.ow.server.exceptions.OwException
public com.wewebu.ow.server.ecm.OwObject getObject(com.wewebu.ow.server.ecm.OwVersion version_p)
getObject
in interface com.wewebu.ow.server.ecm.OwVersionSeries
getObject
in interface OwCMISVersionSeries
public Collection getVersions(Collection properties_p, com.wewebu.ow.server.field.OwSort sort_p, int iMaxSize_p) throws com.wewebu.ow.server.exceptions.OwException
getVersions
in interface com.wewebu.ow.server.ecm.OwVersionSeries
getVersions
in interface OwCMISVersionSeries
com.wewebu.ow.server.exceptions.OwException
public OwCMISDocument getReservation() throws com.wewebu.ow.server.exceptions.OwException
getReservation
in interface com.wewebu.ow.server.ecm.OwVersionSeries
getReservation
in interface OwCMISVersionSeries
com.wewebu.ow.server.exceptions.OwException
public String getId()
getId
in interface com.wewebu.ow.server.ecm.OwVersionSeries
public String checkoutVersionSeries(Object mode_p) throws com.wewebu.ow.server.exceptions.OwException
checkoutVersionSeries
in interface OwCMISVersionSeries
com.wewebu.ow.server.exceptions.OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.