Package ch.ivyteam.ivy.bpm.error
Class BpmError.AttributeNames
- java.lang.Object
-
- ch.ivyteam.ivy.bpm.error.BpmError.AttributeNames
-
- Enclosing class:
- BpmError
public static class BpmError.AttributeNames extends Object
Defines names of attributes that are available on errors with certain error codes- See Also:
BpmError.getAttribute(String),BpmError.getAttributeNames()- API:
- This is a public API.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATABASE_NAMEAvailable on errors with error codeivy:error:databasestatic StringEXTERNAL_SYSTEM_URLProvides the URL that is used to call an external system Available on errors with error codes:ivy:error:databaseivy:error:webservice:exceptionivy:error:webservice:timeoutivy:error:rest:clientstatic StringEXTERNAL_SYSTEM_USER_NAMEProvides the user name that is used to call an external system Available on errors with error codes:ivy:error:databaseivy:error:webservice:exceptionivy:error:webservice:timeoutivy:error:rest:clientstatic StringJAVA_CLASS_NAMEAvailable on errors with error codes:ivy:error:program:exceptionivy:error:program:timeoutstatic StringREST_CLIENT_CONIFG_IDAvailable on errors with error codes:ivy:error:rest:clientstatic StringREST_CLIENT_NAMEAvailable on errors with error codes:ivy:error:rest:clientstatic StringREST_CLIENT_REQUEST_METHODAvailable on errors with error codes:ivy:error:rest:clientstatic StringREST_CLIENT_RESPONSE_STATUS_CODEAvailable on errors with error codes:ivy:error:rest:clientstatic StringWEB_SERVICE_CONFIG_IDAvailable on errors with error codes:ivy:error:webservice:exceptionivy:error:webservice:timeoutThe id of a web service can be found in the web service config filewebservice.wsconfigstatic StringWEB_SERVICE_NAMEAvailable on errors with error codes:ivy:error:webservice:exceptionivy:error:webservice:timeout
-
-
-
Field Detail
-
DATABASE_NAME
public static final String DATABASE_NAME
Available on errors with error codeivy:error:database- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
EXTERNAL_SYSTEM_URL
public static final String EXTERNAL_SYSTEM_URL
Provides the URL that is used to call an external system Available on errors with error codes:ivy:error:databaseivy:error:webservice:exceptionivy:error:webservice:timeoutivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
EXTERNAL_SYSTEM_USER_NAME
public static final String EXTERNAL_SYSTEM_USER_NAME
Provides the user name that is used to call an external system Available on errors with error codes:ivy:error:databaseivy:error:webservice:exceptionivy:error:webservice:timeoutivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
JAVA_CLASS_NAME
public static final String JAVA_CLASS_NAME
Available on errors with error codes:ivy:error:program:exceptionivy:error:program:timeout
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
WEB_SERVICE_CONFIG_ID
public static final String WEB_SERVICE_CONFIG_ID
Available on errors with error codes:ivy:error:webservice:exceptionivy:error:webservice:timeout
webservice.wsconfig- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
WEB_SERVICE_NAME
public static final String WEB_SERVICE_NAME
Available on errors with error codes:ivy:error:webservice:exceptionivy:error:webservice:timeout
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_CONIFG_ID
public static final String REST_CLIENT_CONIFG_ID
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_NAME
public static final String REST_CLIENT_NAME
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_RESPONSE_STATUS_CODE
public static final String REST_CLIENT_RESPONSE_STATUS_CODE
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
REST_CLIENT_REQUEST_METHOD
public static final String REST_CLIENT_REQUEST_METHOD
Available on errors with error codes:ivy:error:rest:client
- See Also:
- Constant Field Values
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-