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
Modifier and Type | Method and Description |
---|---|
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
|
getSummary
String getDmsid()
String getClassName()
OwResource getResource()
OwPermissionCollection getPermissions()
OwObject getParent()
Boolean getPromote()
Object getMode()
OwPropertyCollection getProperties()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.