|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwHistoryObjectCreateEvent
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 |
---|
String getDmsid()
String getClassName()
OwResource getResource()
OwPermissionCollection getPermissions()
OwObject getParent()
Boolean getPromote()
Object getMode()
OwPropertyCollection getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |