com.taleo.integration.client.customstep.count
Class ConvertToCountPreStep

java.lang.Object
  extended by com.taleo.integration.client.step.BaseStep
      extended by com.taleo.integration.client.step.BaseCustomStep
          extended by com.taleo.integration.client.customstep.BaseCustomStep
              extended by com.taleo.integration.client.customstep.count.ConvertToCountPreStep
All Implemented Interfaces:
com.taleo.integration.client.step.CustomStep, com.taleo.integration.client.step.Step

public class ConvertToCountPreStep
extends BaseCustomStep

Pre-processing step to convert any query to a count query with the result in CSV format.

This step takes all parameters from its base class BaseCustomStep and the following additional parameter:

This class applies to pretty much any query, but there are cases where we want or need to exclude a projection from the count. To do this, we can simply add a tag "exclude-from-count" to the <quer:projection>, for example:
        <quer:projection tag="exclude-from-count">
          <quer:field path="AttachedFiles,Content"/>
        </quer:projection>
 
This step must be defined before the 'Prepare Export' step.
This class is dependent on: