
com.google.api.ads.dfp.axis.v201605.WorkflowRequestServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* WorkflowRequestServiceInterface.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201605;
public interface WorkflowRequestServiceInterface extends java.rmi.Remote {
/**
* Gets a list of {@link WorkflowRequest} objects that satisfy
* the given {@link Statement#query}.
* The following fields are supported for filtering:
*
*
*
* PQL Property
* Object Property
*
*
* {@code id}
* {@link WorkflowRequest#id}
*
*
* {@code workflowRuleName}
* {@link WorkflowRequest#workflowRuleName}
*
*
* {@code entityType}
* {@link WorkflowRequest#entityType}
*
*
* {@code entityId}
* {@link WorkflowRequest#entityId}
*
*
* {@code approvalStatus}
* {@link WorkflowApprovalRequest#status}
*
*
* {@code conditionStatus}
* {@link WorkflowExternalConditionRequest#status}
*
*
* {@code type}
* {@link WorkflowRequest#type}
*
*
* Starting in V201405 a {@code type} filter must be used
*
* @param filterStatement a Publisher Query Language statement used to
* filter a set of proposals
*
* @return the workflow requests that match the given filter
*/
public com.google.api.ads.dfp.axis.v201605.WorkflowRequestPage getWorkflowRequestsByStatement(com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
/**
* Perform actions on {@link WorkflowRequest} objects that match
* the given
* {@link Statement#query}.
*
*
* @param action the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter a set of workflow
* requests
*
* @return the result of the action performed
*/
public com.google.api.ads.dfp.axis.v201605.UpdateResult performWorkflowRequestAction(com.google.api.ads.dfp.axis.v201605.WorkflowRequestAction action, com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy