com.wewebu.ow.server.history
Interface OwHistoryObjectCreateEvent

All Superinterfaces:
OwEvent
All Known Implementing Classes:
OwStandardHistoryObjectCreateEvent

public interface OwHistoryObjectCreateEvent
extends OwEvent

Interface for history events used with the history manager to add new events to the database.

To be implemented with the specific ECM system.

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


Method Summary
 String getClassName()
          get the classname of the new object
 String getDmsid()
          get the DMSID of the new object
 Object getMode()
          get the create mode of the new object, or null if not used in the creation of the object
 OwObject getParent()
          get the parent object of the new object, or null if not used in the creation of the object
 OwPermissionCollection getPermissions()
          get the permissions of the new object, or null if not used in the creation of the object
 Boolean getPromote()
          get the promote flag of the new object, or null if not used in the creation of the object
 OwPropertyCollection getProperties()
          return a list of the new properties (OwField), or null if no properties where used in the creation of the object
 OwResource getResource()
          get the resource of the new object, or null if not used in the creation of the object
 
Methods inherited from interface com.wewebu.ow.server.event.OwEvent
getSummary
 

Method Detail

getDmsid

String getDmsid()
get the DMSID of the new object


getClassName

String getClassName()
get the classname of the new object


getResource

OwResource getResource()
get the resource of the new object, or null if not used in the creation of the object


getPermissions

OwPermissionCollection getPermissions()
get the permissions of the new object, or null if not used in the creation of the object


getParent

OwObject getParent()
get the parent object of the new object, or null if not used in the creation of the object


getPromote

Boolean getPromote()
get the promote flag of the new object, or null if not used in the creation of the object


getMode

Object getMode()
get the create mode of the new object, or null if not used in the creation of the object


getProperties

OwPropertyCollection getProperties()
return a list of the new properties (OwField), or null if no properties where used in the creation of the object



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.