Version: ${maven.project.version}

org.soaplab.share
Interface SoaplabConstants


public interface SoaplabConstants

A list of constants used to describe and to invoke analyses.

Version:
$Id: SoaplabConstants.java,v 1.17 2011/05/13 10:14:47 marsenger Exp $
Author:
Martin Senger

Field Summary
static java.lang.String ANALYSIS_DESCRIPTION
          A property name for an analysis description.
static java.lang.String ANALYSIS_EMBOSS
          A property name for an analysis.
static java.lang.String ANALYSIS_HELP_URL
          A property name for an analysis URL with a detailed help.
static java.lang.String ANALYSIS_INSTALLATION
          A property name for an analysis installation.
static java.lang.String ANALYSIS_MODULE
          A property name for an analysis module.
static java.lang.String ANALYSIS_NAME
          A property name for an analysis name.
static java.lang.String ANALYSIS_SUPPLIER
          A property name for an analysis supplier.
static java.lang.String ANALYSIS_TYPE
          A property name for an analysis type.
static java.lang.String ANALYSIS_VERSION
          A property name for an analysis version.
static java.lang.String DATA_HELP
          A property name of a parameter attribute.
static java.lang.String DATA_PROMPT
          A property name of a data attribute.
static java.lang.String DATA_TYPE
          A property name of a parameter attribute.
static java.lang.String DEFAULT_FOR_DIRECT
          A property name of a data input.
static java.lang.String DIRECT_DATA_SUFFIX
          A suffix added to the input property representing direct data.
static java.lang.String DT_FORMAT
          A string defining a full date-time format, used in reports
static java.lang.String FAULT_INTERNAL_ERROR
          A fault string.
static java.lang.String FAULT_NOT_ACCEPTABLE_INPUTS
          A fault string.
static java.lang.String FAULT_NOT_FOUND
          A fault string.
static java.lang.String FAULT_NOT_IMPLEMENTED
          A fault string.
static java.lang.String FAULT_NOT_RUNNABLE
          A fault string.
static java.lang.String FAULT_NOT_RUNNING
          A fault string.
static java.lang.String FAULT_NOT_TERMINATED
          A fault string.
static java.lang.String FAULT_NOT_VALID_INPUTS
          A fault string.
static java.lang.String FAULT_NOTIFY_UNACCEPTED
          A fault string.
static java.lang.String FAULT_UNKNOWN_NAME
          A fault string.
static java.lang.String FILE_EXT
          A property name of a data output.
static java.lang.String IGNORED_RESULT
          A property name of a data output (a result).
static java.lang.String INPUT_ALLOWED_VALUES
          A property name of a data input.
static java.lang.String INPUT_DEFAULT_VALUE
          A property name of a data input.
static java.lang.String INPUT_FORMAT
          A property name of a data input.
static java.lang.String INPUT_MANDATORY
          A property name of a data input.
static java.lang.String INPUT_NAME
          A property name of a data input.
static java.lang.String INPUT_TYPE
          A property name of a data input.
static java.lang.String INTERFACE
          interface used by the client
static java.lang.String JOB_COMPLETED
          A job status: Job has completed execution.
static java.lang.String JOB_CREATED
          A job status: Job has been created but not yet executed.
static java.lang.String JOB_REMOVED
          A job status: Job was removed.
static java.lang.String JOB_RUNNING
          A job status: Job is running.
static java.lang.String JOB_TERMINATED_BY_ERROR
          A job status: Job was terminated due to an error.
static java.lang.String JOB_TERMINATED_BY_REQUEST
          A job status: Job was terminated by user request.
static int JOB_TIMEOUT_FOR_TERMINATE_CALLS
          Maximum waiting time for job terminate calls to return, 20 secs.
static java.lang.String JOB_UNKNOWN
          A job status: An unknown one.
static java.lang.String LIST_SERVICE_NAME
          A Soaplab2 list service name used in WSDL etc.
static java.lang.String LIST_SERVICE_PORT_NAME
          A Soaplab2 port name for the list service used in WSDL etc.
static java.lang.String MIME_TYPE
          A property name of a data output.
static java.lang.String REMOTE_IP
          IP address of the client
static java.lang.String RESULT_DETAILED_STATUS
          A name for a specialized result.
static java.lang.String RESULT_LENGTH
          A property name of a data output (a result).
static java.lang.String RESULT_NAME
          A property name of a data output (a result).
static java.lang.String RESULT_REPORT
          A name for a specialized result.
static java.lang.String RESULT_SIZE
          A property name of a data output (a result).
static java.lang.String RESULT_TYPE
          A property name of a data output (a result).
static java.lang.String SERVICE_NAME
          A Soaplab2 analysis service name used in WSDL etc.
static java.lang.String SERVICE_PORT_NAME
          A Soaplab2 port name for the analsis service used in WSDL etc.
static java.lang.String SOAPLAB_NAMESPACE
          A Soaplab2 namespace used in WSDL etc.
static java.lang.String SOAPLAB_SERVICE_NAME_DELIMITER
          A string that delimits category name from a service name.
static java.lang.String TIME_CREATED
          A name of a property returned by AnalysisService.getCharacteristics().
static java.lang.String TIME_ELAPSED
          A name of a property returned by AnalysisService.getCharacteristics().
static java.lang.String TIME_ENDED
          A name of a property returned by AnalysisService.getCharacteristics().
static java.lang.String TIME_STARTED
          A name of a property returned by AnalysisService.getCharacteristics().
static java.lang.String TYPE_BINARY_ARRAY
          A name of an input or a result type.
static java.lang.String TYPE_BINARY_SIMPLE
          A name of an input or a result type.
static java.lang.String TYPE_BOOLEAN_SIMPLE
          A name of an input type.
static java.lang.String TYPE_TEXT_ARRAY
          A name of an input or a result type.
static java.lang.String TYPE_TEXT_SIMPLE
          A name of an input or a result type.
static java.lang.String URL_RESULT_SUFFIX
          A suffix to a result name.
static java.lang.String URL_SUFFIX
          A suffix added to the input property representing reference data.
static java.lang.String USA_SUFFIX
          A suffix added to the input property representing reference and EMBOSS specific data.
 

Field Detail

FAULT_NOT_FOUND

static final java.lang.String FAULT_NOT_FOUND
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_RUNNABLE

static final java.lang.String FAULT_NOT_RUNNABLE
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_RUNNING

static final java.lang.String FAULT_NOT_RUNNING
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_VALID_INPUTS

static final java.lang.String FAULT_NOT_VALID_INPUTS
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_ACCEPTABLE_INPUTS

static final java.lang.String FAULT_NOT_ACCEPTABLE_INPUTS
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_TERMINATED

static final java.lang.String FAULT_NOT_TERMINATED
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_UNKNOWN_NAME

static final java.lang.String FAULT_UNKNOWN_NAME
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOTIFY_UNACCEPTED

static final java.lang.String FAULT_NOTIFY_UNACCEPTED
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_NOT_IMPLEMENTED

static final java.lang.String FAULT_NOT_IMPLEMENTED
A fault string.

See Also:
Defining exceptions, Constant Field Values

FAULT_INTERNAL_ERROR

static final java.lang.String FAULT_INTERNAL_ERROR
A fault string.

See Also:
Defining exceptions, Constant Field Values

ANALYSIS_TYPE

static final java.lang.String ANALYSIS_TYPE
A property name for an analysis type.

See Also:
Constant Field Values

ANALYSIS_NAME

static final java.lang.String ANALYSIS_NAME
A property name for an analysis name.

See Also:
Constant Field Values

ANALYSIS_MODULE

static final java.lang.String ANALYSIS_MODULE
A property name for an analysis module.

See Also:
Constant Field Values

ANALYSIS_SUPPLIER

static final java.lang.String ANALYSIS_SUPPLIER
A property name for an analysis supplier.

See Also:
Constant Field Values

ANALYSIS_EMBOSS

static final java.lang.String ANALYSIS_EMBOSS
A property name for an analysis. Boolean value.

See Also:
Constant Field Values

ANALYSIS_VERSION

static final java.lang.String ANALYSIS_VERSION
A property name for an analysis version.

See Also:
Constant Field Values

ANALYSIS_INSTALLATION

static final java.lang.String ANALYSIS_INSTALLATION
A property name for an analysis installation.

See Also:
Constant Field Values

ANALYSIS_DESCRIPTION

static final java.lang.String ANALYSIS_DESCRIPTION
A property name for an analysis description.

See Also:
Constant Field Values

ANALYSIS_HELP_URL

static final java.lang.String ANALYSIS_HELP_URL
A property name for an analysis URL with a detailed help.

See Also:
Constant Field Values

INPUT_TYPE

static final java.lang.String INPUT_TYPE
A property name of a data input.

See Also:
Constant Field Values

INPUT_NAME

static final java.lang.String INPUT_NAME
A property name of a data input.

See Also:
Constant Field Values

INPUT_ALLOWED_VALUES

static final java.lang.String INPUT_ALLOWED_VALUES
A property name of a data input.

See Also:
Constant Field Values

INPUT_DEFAULT_VALUE

static final java.lang.String INPUT_DEFAULT_VALUE
A property name of a data input.

See Also:
Constant Field Values

INPUT_MANDATORY

static final java.lang.String INPUT_MANDATORY
A property name of a data input.

See Also:
Constant Field Values

DEFAULT_FOR_DIRECT

static final java.lang.String DEFAULT_FOR_DIRECT
A property name of a data input.

See Also:
Constant Field Values

INPUT_FORMAT

static final java.lang.String INPUT_FORMAT
A property name of a data input.

See Also:
Constant Field Values

DATA_TYPE

static final java.lang.String DATA_TYPE
A property name of a parameter attribute.

See Also:
Constant Field Values

DATA_HELP

static final java.lang.String DATA_HELP
A property name of a parameter attribute.

See Also:
Constant Field Values

DATA_PROMPT

static final java.lang.String DATA_PROMPT
A property name of a data attribute.

See Also:
Constant Field Values

FILE_EXT

static final java.lang.String FILE_EXT
A property name of a data output.

See Also:
Constant Field Values

MIME_TYPE

static final java.lang.String MIME_TYPE
A property name of a data output.

See Also:
Constant Field Values

RESULT_NAME

static final java.lang.String RESULT_NAME
A property name of a data output (a result).

See Also:
Constant Field Values

RESULT_TYPE

static final java.lang.String RESULT_TYPE
A property name of a data output (a result).

See Also:
Constant Field Values

RESULT_SIZE

static final java.lang.String RESULT_SIZE
A property name of a data output (a result). Its value indicates the resut size in bytes.

See Also:
Constant Field Values

RESULT_LENGTH

static final java.lang.String RESULT_LENGTH
A property name of a data output (a result). Its value - used only for results holding an array - indicates the number of elements of the resuting array.

See Also:
Constant Field Values

IGNORED_RESULT

static final java.lang.String IGNORED_RESULT
A property name of a data output (a result).

See Also:
Constant Field Values

JOB_UNKNOWN

static final java.lang.String JOB_UNKNOWN
A job status: An unknown one.

See Also:
Constant Field Values

JOB_CREATED

static final java.lang.String JOB_CREATED
A job status: Job has been created but not yet executed.

See Also:
Constant Field Values

JOB_RUNNING

static final java.lang.String JOB_RUNNING
A job status: Job is running.

See Also:
Constant Field Values

JOB_COMPLETED

static final java.lang.String JOB_COMPLETED
A job status: Job has completed execution.

See Also:
Constant Field Values

JOB_TERMINATED_BY_REQUEST

static final java.lang.String JOB_TERMINATED_BY_REQUEST
A job status: Job was terminated by user request.

See Also:
Constant Field Values

JOB_TERMINATED_BY_ERROR

static final java.lang.String JOB_TERMINATED_BY_ERROR
A job status: Job was terminated due to an error.

See Also:
Constant Field Values

JOB_REMOVED

static final java.lang.String JOB_REMOVED
A job status: Job was removed.

See Also:
Constant Field Values

RESULT_REPORT

static final java.lang.String RESULT_REPORT
A name for a specialized result. It represents a report result - which is a result containing logs, provenance data and other information about the environment and conditions of a job/analysis invocation.

See Also:
Constant Field Values

RESULT_DETAILED_STATUS

static final java.lang.String RESULT_DETAILED_STATUS
A name for a specialized result. It represents very short (usually just a number) information how was a job/analysis completed.

See Also:
Constant Field Values

URL_RESULT_SUFFIX

static final java.lang.String URL_RESULT_SUFFIX
A suffix to a result name. Such result is accesible via a URL.

See Also:
Constant Field Values

TYPE_BINARY_SIMPLE

static final java.lang.String TYPE_BINARY_SIMPLE
A name of an input or a result type. It represents a binary type.

See Also:
Constant Field Values

TYPE_TEXT_SIMPLE

static final java.lang.String TYPE_TEXT_SIMPLE
A name of an input or a result type. It represents a text (string) type.

See Also:
Constant Field Values

TYPE_BINARY_ARRAY

static final java.lang.String TYPE_BINARY_ARRAY
A name of an input or a result type. It represents an array of binary inputs or results.

See Also:
Constant Field Values

TYPE_TEXT_ARRAY

static final java.lang.String TYPE_TEXT_ARRAY
A name of an input or a result type. It represents an array of text inputs or results.

See Also:
Constant Field Values

TYPE_BOOLEAN_SIMPLE

static final java.lang.String TYPE_BOOLEAN_SIMPLE
A name of an input type. It represents a boolean type.

See Also:
Constant Field Values

DT_FORMAT

static final java.lang.String DT_FORMAT
A string defining a full date-time format, used in reports

See Also:
Constant Field Values

TIME_CREATED

static final java.lang.String TIME_CREATED
A name of a property returned by AnalysisService.getCharacteristics().

See Also:
Constant Field Values

TIME_STARTED

static final java.lang.String TIME_STARTED
A name of a property returned by AnalysisService.getCharacteristics().

See Also:
Constant Field Values

TIME_ENDED

static final java.lang.String TIME_ENDED
A name of a property returned by AnalysisService.getCharacteristics().

See Also:
Constant Field Values

TIME_ELAPSED

static final java.lang.String TIME_ELAPSED
A name of a property returned by AnalysisService.getCharacteristics().

See Also:
Constant Field Values

DIRECT_DATA_SUFFIX

static final java.lang.String DIRECT_DATA_SUFFIX
A suffix added to the input property representing direct data.

See Also:
Constant Field Values

URL_SUFFIX

static final java.lang.String URL_SUFFIX
A suffix added to the input property representing reference data.

See Also:
Constant Field Values

USA_SUFFIX

static final java.lang.String USA_SUFFIX
A suffix added to the input property representing reference and EMBOSS specific data.

See Also:
Constant Field Values

SOAPLAB_SERVICE_NAME_DELIMITER

static final java.lang.String SOAPLAB_SERVICE_NAME_DELIMITER
A string that delimits category name from a service name.

See Also:
Constant Field Values

SOAPLAB_NAMESPACE

static final java.lang.String SOAPLAB_NAMESPACE
A Soaplab2 namespace used in WSDL etc.

See Also:
Constant Field Values

LIST_SERVICE_NAME

static final java.lang.String LIST_SERVICE_NAME
A Soaplab2 list service name used in WSDL etc.

See Also:
Constant Field Values

LIST_SERVICE_PORT_NAME

static final java.lang.String LIST_SERVICE_PORT_NAME
A Soaplab2 port name for the list service used in WSDL etc.

See Also:
Constant Field Values

SERVICE_NAME

static final java.lang.String SERVICE_NAME
A Soaplab2 analysis service name used in WSDL etc.

See Also:
Constant Field Values

SERVICE_PORT_NAME

static final java.lang.String SERVICE_PORT_NAME
A Soaplab2 port name for the analsis service used in WSDL etc.

See Also:
Constant Field Values

JOB_TIMEOUT_FOR_TERMINATE_CALLS

static final int JOB_TIMEOUT_FOR_TERMINATE_CALLS
Maximum waiting time for job terminate calls to return, 20 secs.

See Also:
Constant Field Values

REMOTE_IP

static final java.lang.String REMOTE_IP
IP address of the client

See Also:
Constant Field Values

INTERFACE

static final java.lang.String INTERFACE
interface used by the client

See Also:
Constant Field Values

Version: ${maven.project.version}

Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011