|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.history.OwStandardHistoryObjectCreateEvent
public class OwStandardHistoryObjectCreateEvent
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 Summary | |
|---|---|
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)
|
|
| 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 |
String |
getSummary()
get a summary of the event for systems that do only want to write a single string to the history database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
public OwPropertyCollection getProperties()
OwHistoryObjectCreateEvent
getProperties in interface OwHistoryObjectCreateEventpublic String getClassName()
OwHistoryObjectCreateEvent
getClassName in interface OwHistoryObjectCreateEventpublic String getDmsid()
OwHistoryObjectCreateEvent
getDmsid in interface OwHistoryObjectCreateEvent
public String getSummary()
throws Exception
OwEvent
getSummary in interface OwEventExceptionpublic Object getMode()
OwHistoryObjectCreateEvent
getMode in interface OwHistoryObjectCreateEventpublic OwObject getParent()
OwHistoryObjectCreateEvent
getParent in interface OwHistoryObjectCreateEventpublic OwPermissionCollection getPermissions()
OwHistoryObjectCreateEvent
getPermissions in interface OwHistoryObjectCreateEventpublic Boolean getPromote()
OwHistoryObjectCreateEvent
getPromote in interface OwHistoryObjectCreateEventpublic OwResource getResource()
OwHistoryObjectCreateEvent
getResource in interface OwHistoryObjectCreateEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||