|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.drools.guvnor.server.WorkItemServiceServlet
@Veto public class WorkItemServiceServlet
GWT Entry point for WorkItemService RPC calls
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
perThreadRequest, perThreadResponse |
| Constructor Summary | |
|---|---|
WorkItemServiceServlet()
|
|
| 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. |
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
|---|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
| Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkItemServiceServlet()
| Method Detail |
|---|
public Map<String,String> loadWorkitemDefinitionElementData()
throws DetailedSerializationException
WorkItemService
loadWorkitemDefinitionElementData in interface WorkItemServiceDetailedSerializationException
public Set<PortableWorkDefinition> loadWorkItemDefinitions(String packageUUID)
throws DetailedSerializationException
WorkItemService
loadWorkItemDefinitions in interface WorkItemServicepackageUUID - The Package UUID for which Work Definitions should be loaded
DetailedSerializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||