public class OwStandardHistoryObjectCreateEvent extends Object implements OwHistoryObjectCreateEvent
Standard implementation of the OwHistoryObjectCreateEvent interface.
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
| Constructor and Description |
|---|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p) |
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p) |
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p,
Boolean promote_p,
Object mode_p) |
| 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
|
String |
getSummary()
get a summary of the event for systems that do only want to write a single string to the history database
|
public OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p, OwResource resource_p, OwObject parent_p, OwPermissionCollection permissions_p, Boolean promote_p, Object mode_p)
public OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p, OwResource resource_p, OwObject parent_p, OwPermissionCollection permissions_p)
public OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p)
public OwPropertyCollection getProperties()
OwHistoryObjectCreateEventgetProperties in interface OwHistoryObjectCreateEventpublic String getClassName()
OwHistoryObjectCreateEventgetClassName in interface OwHistoryObjectCreateEventpublic String getDmsid()
OwHistoryObjectCreateEventgetDmsid in interface OwHistoryObjectCreateEventpublic String getSummary() throws Exception
OwEventgetSummary in interface OwEventExceptionpublic Object getMode()
OwHistoryObjectCreateEventgetMode in interface OwHistoryObjectCreateEventpublic OwObject getParent()
OwHistoryObjectCreateEventgetParent in interface OwHistoryObjectCreateEventpublic OwPermissionCollection getPermissions()
OwHistoryObjectCreateEventgetPermissions in interface OwHistoryObjectCreateEventpublic Boolean getPromote()
OwHistoryObjectCreateEventgetPromote in interface OwHistoryObjectCreateEventpublic OwResource getResource()
OwHistoryObjectCreateEventgetResource in interface OwHistoryObjectCreateEventCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.