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
Modifier and Type | Method and Description |
---|---|
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
|
int getWorkitemCount() throws Exception
Exception
OwObjectReference getWorkitem(int iIndex_p) throws Exception
iIndex_p
- int index of the requested workitem, (usually 0)Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.