Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.server
Class WorkItemServiceImplementation

java.lang.Object
  extended by org.drools.guvnor.server.WorkItemServiceImplementation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, WorkItemService

public class WorkItemServiceImplementation
extends Object
implements WorkItemService


Constructor Summary
WorkItemServiceImplementation()
           
 
Method Summary
 Map<String,String> loadWorkitemDefinitionElementData()
          Returns the Workitem Definition elements specified by WorkitemDefinitionElementsManager
 Set<PortableWorkDefinition> loadWorkItemDefinitions(String packageUUID)
          Load and return a Map of all parsed Work Definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemServiceImplementation

public WorkItemServiceImplementation()
Method Detail

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

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

Guvnor web application Drools 6.0.0-SNAPSHOT

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