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
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.