com.wewebu.ow.server.ecmimpl.owdummy
Class OwDummyHistoryEntry

java.lang.Object
  extended by com.wewebu.ow.server.history.OwStandardHistoryEntry
      extended by com.wewebu.ow.server.ecmimpl.owdummy.OwDummyHistoryEntry
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwObject, com.wewebu.ow.server.ecm.OwObjectReference, com.wewebu.ow.server.field.OwFieldProvider, com.wewebu.ow.server.history.OwHistoryEntry

public class OwDummyHistoryEntry
extends com.wewebu.ow.server.history.OwStandardHistoryEntry

Dummy implementation of the history manager history entry interface to simulate history.

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.wewebu.ow.server.history.OwStandardHistoryEntry
com.wewebu.ow.server.history.OwStandardHistoryEntry.OwStandardHistoryEntryObjectClass, com.wewebu.ow.server.history.OwStandardHistoryEntry.OwStandardHistoryEntryPropertyClass
 
Field Summary
 
Fields inherited from class com.wewebu.ow.server.history.OwStandardHistoryEntry
CARDINALITY_ARRAY, CARDINALITY_SCALAR
 
Fields inherited from interface com.wewebu.ow.server.ecm.OwObject
STANDARD_PATH_DELIMITER
 
Fields inherited from interface com.wewebu.ow.server.ecm.OwObjectReference
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
 
Fields inherited from interface com.wewebu.ow.server.field.OwFieldProvider
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL
 
Constructor Summary
OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p, Date time_p, String id_p, int iType_p, int iStatus_p, String strSummary_p, String strUser_p)
           
OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p, Date time_p, String id_p, int type_p, int status_p, String strSummary_p, String strUser_p, com.wewebu.ow.server.ecm.OwObjectReference parent_p, Collection objects_p)
           
OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p, Date time_p, String id_p, int type_p, int status_p, String strSummary_p, String strUser_p, com.wewebu.ow.server.ecm.OwObjectReference object_p, com.wewebu.ow.server.field.OwFieldDefinitionProvider fielddefinitionprovider_p, String resource_p, Collection propertycardinalitiesandnames_p, Collection oldProperties_p, Collection newProperties_p)
           
 
Method Summary
 
Methods inherited from class com.wewebu.ow.server.history.OwStandardHistoryEntry
add, canAdd, canChangeClass, canDelete, canFilterChilds, canGetContent, canGetPermissions, canGetProperties, canLock, canMove, canRemoveReference, canSetContent, canSetPermissions, canSetProperties, canUndo, changeClass, delete, getChildCount, getChilds, getClassName, getClonedPermissions, getClonedProperties, getColumnInfoList, getContentCollection, getDMSID, getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getFilterProperties, getID, getInstance, getLock, getLockUserID, getMIMEParameter, getMIMEType, getMyLock, getName, getNativeObject, getObjectClass, getPageCount, getParents, getPath, getPermissions, getProperties, getProperty, getResource, getResourceID, getSafeFieldValue, getSearchTemplate, getStaticObjectClass, getType, getVersion, getVersionSeries, hasChilds, hasContent, hasVersionSeries, move, refreshProperties, refreshProperties, removeReference, setContentCollection, setField, setLock, setPermissions, setProperties, setProperties, setProperty, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwDummyHistoryEntry

public OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p,
                           Date time_p,
                           String id_p,
                           int type_p,
                           int status_p,
                           String strSummary_p,
                           String strUser_p,
                           com.wewebu.ow.server.ecm.OwObjectReference parent_p,
                           Collection objects_p)
                    throws Exception
Throws:
Exception

OwDummyHistoryEntry

public OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p,
                           Date time_p,
                           String id_p,
                           int type_p,
                           int status_p,
                           String strSummary_p,
                           String strUser_p,
                           com.wewebu.ow.server.ecm.OwObjectReference object_p,
                           com.wewebu.ow.server.field.OwFieldDefinitionProvider fielddefinitionprovider_p,
                           String resource_p,
                           Collection propertycardinalitiesandnames_p,
                           Collection oldProperties_p,
                           Collection newProperties_p)
                    throws Exception
Throws:
Exception

OwDummyHistoryEntry

public OwDummyHistoryEntry(com.wewebu.ow.server.history.OwHistoryManagerContext context_p,
                           Date time_p,
                           String id_p,
                           int iType_p,
                           int iStatus_p,
                           String strSummary_p,
                           String strUser_p)
                    throws Exception
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.