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


public interface OwWorkflowDescription

Base interface for workflow descriptions.

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
 String getId()
          get an ID for the workflow
 String getName()
          get a display name for the workflow
 OwWorkitemProcessorInfo getStepProcessorInfo()
          get a step processor info class for the work item
 

Method Detail

getStepProcessorInfo

OwWorkitemProcessorInfo getStepProcessorInfo()
                                             throws OwObjectNotFoundException
get a step processor info class for the work item

Returns:
OwWorkitemProcessorInfo
Throws:
OwObjectNotFoundException

getId

String getId()
get an ID for the workflow

Returns:
String

getName

String getName()
get a display name for the workflow

Returns:
String


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.