All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201602.WorkflowRequestServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * 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.v201602;

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 PropertyObject 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.v201602.WorkflowRequestPage getWorkflowRequestsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.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.v201602.UpdateResult performWorkflowRequestAction(com.google.api.ads.dfp.axis.v201602.WorkflowRequestAction action, com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy