com.wewebu.ow.server.ecm.bpm
Interface OwCaseObject


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

getWorkitemCount

int getWorkitemCount()
                     throws Exception
get the number of corresponding workitems to the case object usually, case objects have one work item

Returns:
int
Throws:
Exception

getWorkitem

OwObjectReference getWorkitem(int iIndex_p)
                              throws Exception
get the corresponding work item reference for the case object

Parameters:
iIndex_p - int index of the requested workitem, (usually 0)
Returns:
OwWorkitem or throws OwObjectNotFoundException
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.