|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwCaseObject
Base interface for case objects.
Case objects allow the adapter to find corresponding workflows to a OwObject.
To be implemented with the specific BPM 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 | |
|---|---|
OwObjectReference |
getWorkitem(int iIndex_p)
get the corresponding work item reference for the case object |
int |
getWorkitemCount()
get the number of corresponding workitems to the case object usually, case objects have one work item |
| Method Detail |
|---|
int getWorkitemCount()
throws Exception
Exception
OwObjectReference getWorkitem(int iIndex_p)
throws Exception
iIndex_p - int index of the requested workitem, (usually 0)
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||