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()
OwHistoryObjectCreateEvent
getProperties
in interface OwHistoryObjectCreateEvent
public String getClassName()
OwHistoryObjectCreateEvent
getClassName
in interface OwHistoryObjectCreateEvent
public String getDmsid()
OwHistoryObjectCreateEvent
getDmsid
in interface OwHistoryObjectCreateEvent
public String getSummary() throws Exception
OwEvent
getSummary
in interface OwEvent
Exception
public Object getMode()
OwHistoryObjectCreateEvent
getMode
in interface OwHistoryObjectCreateEvent
public OwObject getParent()
OwHistoryObjectCreateEvent
getParent
in interface OwHistoryObjectCreateEvent
public OwPermissionCollection getPermissions()
OwHistoryObjectCreateEvent
getPermissions
in interface OwHistoryObjectCreateEvent
public Boolean getPromote()
OwHistoryObjectCreateEvent
getPromote
in interface OwHistoryObjectCreateEvent
public OwResource getResource()
OwHistoryObjectCreateEvent
getResource
in interface OwHistoryObjectCreateEvent
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.