Interface ConfigStepChooseModel
- All Superinterfaces:
ConfigStep
Lets the user choose a model. The reference ID and UUID of the
selected model will be passed as transformer parameters to
any XSL transformations performed later in the publish.
type: pre-step
Example XML:
<choose-model>
<ref>start-model-ref</ref>
<uuid>start-model-uuid</uuid>
<title>Choose start model</title>
</choose-model>
-
Method Summary
Modifier and TypeMethodDescriptionThe title of the dialog shown to the user when selecting a model.The name of the transform parameter used for the reference ID of the selected model.The name of the transform parameter used for the UUID of the selected model.void
setDialogTitle
(String dialogTitle) void
setModelReferenceID
(String referenceID) void
setModelUUID
(String modelUUID)
-
Method Details
-
getModelReferenceID
String getModelReferenceID()The name of the transform parameter used for the reference ID of the selected model. XML tag: "ref"- Returns:
- The name of the transformer parameter used for the reference ID of the selected model.
-
setModelReferenceID
-
getModelUUID
String getModelUUID()The name of the transform parameter used for the UUID of the selected model. XML tag: "uuid"- Returns:
- The name of the transform parameter used for the UUID of the selected model.
-
setModelUUID
-
getDialogTitle
String getDialogTitle()The title of the dialog shown to the user when selecting a model. XML tag: "title"- Returns:
- The title of the dialog shown to the user when selecting a model.
-
setDialogTitle
-