org.drools.guvnor.server
Class WorkItemServiceImplementation
java.lang.Object
org.drools.guvnor.server.WorkItemServiceImplementation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, WorkItemService
public class WorkItemServiceImplementation
- extends Object
- implements WorkItemService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkItemServiceImplementation
public WorkItemServiceImplementation()
loadWorkitemDefinitionElementData
public Map<String,String> loadWorkitemDefinitionElementData()
throws DetailedSerializationException
- Returns the Workitem Definition elements specified by
WorkitemDefinitionElementsManager
- Specified by:
loadWorkitemDefinitionElementData
in interface WorkItemService
- Returns:
- a Map containing the key,value pairs of data.
- Throws:
DetailedSerializationException
DetailedSerializationException
loadWorkItemDefinitions
@LoggedIn
public Set<PortableWorkDefinition> loadWorkItemDefinitions(String packageUUID)
throws DetailedSerializationException
- Load and return a Map of all parsed Work Definitions. The source of such
Work Definitions is Assets defined in Guvnor and those defined in
/workitem-definitions.xml
- Specified by:
loadWorkItemDefinitions
in interface WorkItemService
- Parameters:
packageUUID
- The Package from which to load Work Items
- Returns:
-
- Throws:
DetailedSerializationException
DetailedSerializationException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.