Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.rpc
Interface WorkItemService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
WorkItemServiceImplementation, WorkItemServiceServlet

@RemoteServiceRelativePath(value="workItemService")
public interface WorkItemService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 Map<String,String> loadWorkitemDefinitionElementData()
          Returns the Workitem Definition elements specified by WorkitemDefinitionElementsManager
 Set<PortableWorkDefinition> loadWorkItemDefinitions(String packageUUID)
          Load and return a List of all parsed Work Definitions.
 

Method Detail

loadWorkitemDefinitionElementData

Map<String,String> loadWorkitemDefinitionElementData()
                                                     throws DetailedSerializationException
Returns the Workitem Definition elements specified by WorkitemDefinitionElementsManager

Returns:
a Map containing the key,value pairs of data.
Throws:
DetailedSerializationException

loadWorkItemDefinitions

Set<PortableWorkDefinition> loadWorkItemDefinitions(String packageUUID)
                                                    throws DetailedSerializationException
Load and return a List of all parsed Work Definitions. The source of such Work Definitions is Assets defined in Guvnor and those defined in /workitemDefinitionElements.properties.

Parameters:
packageUUID - The Package UUID for which Work Definitions should be loaded
Returns:
Throws:
DetailedSerializationException

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.