Uses of Class
com.jedox.etl.components.scriptapi.State
-
Uses of State in com.jedox.etl.components.scriptapi
Methods in com.jedox.etl.components.scriptapi that return StateModifier and TypeMethodDescriptionJobAPI.executeJob(String name) Executes a job with all variable values set withBaseAPI.setProperty(String, String).JobAPI.executeLoad(String name) Executes a load with all variable values set withBaseAPI.setProperty(String, String).JobAPI.getConnectionMetadata(String name, String selector, Properties metadataProps) Returns the metadata (see Metadata Extract) of a connection with all variable values set withBaseAPI.setProperty(String, String).JobAPI.getJobState()Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and will be removed.ExecutionAPI.getState()Gets theStateof the current execution including start date, first error message (if one exists) and status.JobAPI.testConnection(String name) Tests a connection with all variable values set withBaseAPI.setProperty(String, String).Tests a job with all variable values set withBaseAPI.setProperty(String, String).Tests a load with all variable values set withBaseAPI.setProperty(String, String).JobAPI.testSource(String name) Tests a source with all variable values set withBaseAPI.setProperty(String, String).