Package com.arbortext.e3c
Interface E3ServerCompositionParameter
public interface E3ServerCompositionParameter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEntry parameter: 'value' is the name of an entry in the JAR file containing all of the documents that comprise the composition requeststatic final intFile parameter: 'value' is an absolute path on the E3 serverstatic final intString parameter: value is the string specified in 'value'static final intUnknown parameter value -
Method Summary
-
Field Details
-
TYPE_UNKNOWN
static final int TYPE_UNKNOWNUnknown parameter value- See Also:
-
TYPE_STRING
static final int TYPE_STRINGString parameter: value is the string specified in 'value'- See Also:
-
TYPE_FILE
static final int TYPE_FILEFile parameter: 'value' is an absolute path on the E3 server- See Also:
-
TYPE_ENTRY
static final int TYPE_ENTRYEntry parameter: 'value' is the name of an entry in the JAR file containing all of the documents that comprise the composition request- See Also:
-
-
Method Details