|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.workitems.PreviewWorkItem
public class PreviewWorkItem
Preview the specified Work Item.
©2011 TIBCO Software Inc.
WorkItemResult| Constructor Summary | |
|---|---|
PreviewWorkItem(PreviewItems items,
java.lang.String responseType,
java.lang.String channelId,
java.lang.String channelType,
java.lang.String resourceId)
Constructs a new PreviewWorkItem Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelId()
Channel ID, for GWT clients this is typically : |
java.lang.String |
getChannelType()
Channel Type, for GWT clients this is typically : |
PreviewItems |
getItems()
The PreviewItems to preview. |
java.lang.String |
getResourceId()
Resource ID (GUID) of the resource to run the preview for. |
java.lang.String |
getResponseType()
Response Type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreviewWorkItem(PreviewItems items,
java.lang.String responseType,
java.lang.String channelId,
java.lang.String channelType,
java.lang.String resourceId)
items - The PreviewItems to previewresponseType - The type of response required, "XML" or "JSON"channelId - Channel ID, for GWT clients this is typically :
"openspaceGWTPull_DefaultChannel"
channelType - Channel Type, for GWT clients this is typically :
"GWTChannel"
resourceId - the Resource GUID to run the preview for.| Method Detail |
|---|
public PreviewItems getItems()
PreviewItems to preview.
public java.lang.String getResponseType()
The type of response to retrieve, "XML" or "JSON".
public java.lang.String getChannelId()
"openspaceGWTPull_DefaultChannel"
public java.lang.String getChannelType()
"GWTChannel"
public java.lang.String getResourceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||