Package com.ptc.windchill.esi.utl
Interface ESIConst
public interface ESIConst
Contains type IDs of task delegates for ESI SOAP RPCs, I*E group names which are exposed to an external system, ESI
release status codes and certain other constants used by ERP Connector.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for Publish request already active
Supported API: truestatic final intConstant for Object is already successfully published
Supported API: truestatic final intConstant for Either the Change Notice is already successfully published, or all its resulting objects have already been successfully published.static final intConstant for One or more of the distribution targets associated to are invalid as per view to target mappings
Supported API: truestatic final intConstant for User and Locale information is required to continue releasing
Supported API: truestatic final intConstant for Success in publishing
Supported API: truestatic final intConstant for Unexpected system errors occurred during publication.static final intConstant for Certain system errors occurred during publication
Supported API: true
-
Field Details
-
EC_PUBLISH_SUCCESS
static final int EC_PUBLISH_SUCCESSConstant for Success in publishing
Supported API: true- See Also:
-
EC_SYSTEM_FAILURE
static final int EC_SYSTEM_FAILUREConstant for Certain system errors occurred during publication
Supported API: true- See Also:
-
EC_MISSING_UNAME_LOCALE
static final int EC_MISSING_UNAME_LOCALEConstant for User and Locale information is required to continue releasing
Supported API: true- See Also:
-
EC_INVALID_TARGET
static final int EC_INVALID_TARGETConstant for One or more of the distribution targets associated to are invalid as per view to target mappings
Supported API: true- See Also:
-
EC_ALREADY_PUBLISHED
static final int EC_ALREADY_PUBLISHEDConstant for Object is already successfully published
Supported API: true- See Also:
-
EC_ALREADY_ACTIVE
static final int EC_ALREADY_ACTIVEConstant for Publish request already active
Supported API: true- See Also:
-
EC_CN_ALREADY_PUBLISHED
static final int EC_CN_ALREADY_PUBLISHEDConstant for Either the Change Notice is already successfully published, or all its resulting objects have already been successfully published.
Supported API: true- See Also:
-
EC_SYSTEM_ERROR
static final int EC_SYSTEM_ERRORConstant for Unexpected system errors occurred during publication.
Supported API: true- See Also:
-