public class PageFlowService extends java.lang.Object implements PageFlowService
Modifier and Type | Method and Description |
---|---|
com.tibco.n2.pfe.api.pageflow.CancelPageFlowResponseDocument.CancelPageFlowResponse |
cancelPageFlow(java.lang.String processInstanceId)
Cancels PageFlow.
|
com.tibco.n2.pfe.api.pageflow.InjectPageFlowEventResponseDocument.InjectPageFlowEventResponse |
injectPageFlowEvent(com.tibco.n2.pfe.api.common.EventDefinitionType eventDefinition,
com.tibco.n2.common.datafeed.DataPayload formalParams,
com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType)
Injects PageFlow event.
|
com.tibco.n2.pfe.api.pageflow.ListPageFlowsResponseDocument.ListPageFlowsResponse |
listPageFlows(java.lang.Long startPosition,
java.lang.Long numberOfItems,
java.lang.Boolean getTotalCount,
com.tibco.n2.pfe.api.common.OrderFilterCriteria orderFilterCriteria,
java.lang.Boolean includeFormalParameters)
Lists PageFlows.
|
com.tibco.n2.pfe.api.pageflow.StartPageFlowResponseDocument.StartPageFlowResponse |
startPageFlow(com.tibco.n2.pfe.api.common.PFETemplate pageFlowDefinition,
com.tibco.n2.common.datafeed.DataPayload formalParams,
com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType,
java.lang.Long cacheTimeout)
Starts PageFlow.
|
com.tibco.n2.pfe.api.pageflow.UpdatePageFlowResponseDocument.UpdatePageFlowResponse |
updatePageFlow(com.tibco.n2.pfe.api.common.RequestContext context,
com.tibco.n2.common.datafeed.DataPayload pageFields,
com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType)
Updates PageFlow.
|
public com.tibco.n2.pfe.api.pageflow.ListPageFlowsResponseDocument.ListPageFlowsResponse listPageFlows(java.lang.Long startPosition, java.lang.Long numberOfItems, java.lang.Boolean getTotalCount, com.tibco.n2.pfe.api.common.OrderFilterCriteria orderFilterCriteria, java.lang.Boolean includeFormalParameters) throws com.tibco.n2.pfe.services.InternalServiceFault, com.tibco.n2.pfe.services.InvalidArgumentFault, com.tibco.n2.pfe.services.PageFlowExecutionFault
PageFlowService
listPageFlows
in interface PageFlowService
com.tibco.n2.pfe.services.InternalServiceFault
com.tibco.n2.pfe.services.InvalidArgumentFault
com.tibco.n2.pfe.services.PageFlowExecutionFault
public com.tibco.n2.pfe.api.pageflow.StartPageFlowResponseDocument.StartPageFlowResponse startPageFlow(com.tibco.n2.pfe.api.common.PFETemplate pageFlowDefinition, com.tibco.n2.common.datafeed.DataPayload formalParams, com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType, java.lang.Long cacheTimeout) throws com.tibco.n2.pfe.services.InternalServiceFault, com.tibco.n2.pfe.services.InvalidArgumentFault, com.tibco.n2.pfe.services.PageFlowExecutionFault
PageFlowService
startPageFlow
in interface PageFlowService
com.tibco.n2.pfe.services.InternalServiceFault
com.tibco.n2.pfe.services.InvalidArgumentFault
com.tibco.n2.pfe.services.PageFlowExecutionFault
public com.tibco.n2.pfe.api.pageflow.UpdatePageFlowResponseDocument.UpdatePageFlowResponse updatePageFlow(com.tibco.n2.pfe.api.common.RequestContext context, com.tibco.n2.common.datafeed.DataPayload pageFields, com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType) throws com.tibco.n2.pfe.services.InternalServiceFault, com.tibco.n2.pfe.services.InvalidArgumentFault, com.tibco.n2.pfe.services.PageFlowExecutionFault
PageFlowService
updatePageFlow
in interface PageFlowService
com.tibco.n2.pfe.services.InternalServiceFault
com.tibco.n2.pfe.services.InvalidArgumentFault
com.tibco.n2.pfe.services.PageFlowExecutionFault
public com.tibco.n2.pfe.api.pageflow.InjectPageFlowEventResponseDocument.InjectPageFlowEventResponse injectPageFlowEvent(com.tibco.n2.pfe.api.common.EventDefinitionType eventDefinition, com.tibco.n2.common.datafeed.DataPayload formalParams, com.tibco.n2.common.datafeed.PayloadModeType.Enum responseFeedType) throws com.tibco.n2.pfe.services.InternalServiceFault, com.tibco.n2.pfe.services.InvalidArgumentFault, com.tibco.n2.pfe.services.PageFlowExecutionFault
PageFlowService
injectPageFlowEvent
in interface PageFlowService
com.tibco.n2.pfe.services.InternalServiceFault
com.tibco.n2.pfe.services.InvalidArgumentFault
com.tibco.n2.pfe.services.PageFlowExecutionFault
public com.tibco.n2.pfe.api.pageflow.CancelPageFlowResponseDocument.CancelPageFlowResponse cancelPageFlow(java.lang.String processInstanceId) throws com.tibco.n2.pfe.services.InternalServiceFault, com.tibco.n2.pfe.services.InvalidArgumentFault, com.tibco.n2.pfe.services.PageFlowExecutionFault
PageFlowService
cancelPageFlow
in interface PageFlowService
com.tibco.n2.pfe.services.InternalServiceFault
com.tibco.n2.pfe.services.InvalidArgumentFault
com.tibco.n2.pfe.services.PageFlowExecutionFault
Copyright © 2017 Cloud Software Group, Inc. All Rights Reserved.