|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taleo.integration.client.step.BaseStep
com.taleo.integration.client.step.BaseCustomStep
com.taleo.integration.client.customstep.BaseCustomStep
public abstract class BaseCustomStep
Abstract custom step.
This step takes three parameters:
true
or
false
, default: true
).
Field Summary | |
---|---|
protected java.util.List |
parameterNames
The list of valid parameter names. |
Fields inherited from class com.taleo.integration.client.step.BaseCustomStep |
---|
parameters |
Fields inherited from class com.taleo.integration.client.step.BaseStep |
---|
commType, ERROR_NULL_GLOBAL_CONFIG, ERROR_NULL_PIPELINE, ERROR_NULL_STEP_CONFIG, productCode, tempFolder, type, version |
Constructor Summary | |
---|---|
BaseCustomStep()
Constructor without arguments. |
Method Summary | |
---|---|
protected java.io.File |
createTempFile()
Create a temporary file with the default "IntegrationClient" prefix. |
protected java.io.File |
createTempFile(java.lang.String prefix)
Create a temporary file with the specified prefix. |
java.lang.String |
getEncoding()
Get the encoding. |
protected java.io.File |
getTempFolder()
Get the temporary folder, defaulting to User temp folder. |
void |
init(com.taleo.ws.integration.client.GlobalConfig config)
|
boolean |
isActive()
Get the active flag. |
protected void |
registerParameterName(java.lang.String name)
Register a valid parameter name. |
void |
setActive(boolean active)
Set the active flag. |
void |
setEncoding(java.lang.String encoding)
Set the encoding. |
protected void |
validateParameterNames()
Validate the parameters names. |
Methods inherited from class com.taleo.integration.client.step.BaseCustomStep |
---|
getDescription, getIdentifier, getName, getSupportedPipeline, getType, init |
Methods inherited from class com.taleo.integration.client.step.BaseStep |
---|
getAllProcessSupportPipeline, getCurrentFile, getCurrentFile, getCurrentMessage, getPostProcessSupportPipeline, getPreProcessSupportPipeline, isOriginalFile, validateLastStepType, validateMessageType, validatePipeline |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.taleo.integration.client.step.Step |
---|
execute, validatePipeline |
Field Detail |
---|
protected java.util.List parameterNames
Constructor Detail |
---|
public BaseCustomStep()
Method Detail |
---|
public boolean isActive()
public void setActive(boolean active)
active
- public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- public void init(com.taleo.ws.integration.client.GlobalConfig config)
init
in class com.taleo.integration.client.step.BaseCustomStep
protected void registerParameterName(java.lang.String name)
name
- The name of a valid parameter.protected void validateParameterNames()
protected java.io.File createTempFile() throws java.io.IOException
java.io.IOException
protected java.io.File createTempFile(java.lang.String prefix) throws java.io.IOException
prefix
-
java.io.IOException
protected java.io.File getTempFolder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |