public static class TemplateableOutput.OutputStory extends Object
Constructor and Description |
---|
OutputStory() |
Modifier and Type | Method and Description |
---|---|
void |
addAfterStep(TemplateableOutput.OutputStep outputStep) |
void |
addBeforeStep(TemplateableOutput.OutputStep outputStep) |
List<TemplateableOutput.OutputStep> |
getAfterSteps() |
List<TemplateableOutput.OutputStep> |
getBeforeSteps() |
String |
getDescription() |
TemplateableOutput.OutputLifecycle |
getLifecycle() |
TemplateableOutput.OutputMeta |
getMeta() |
TemplateableOutput.OutputNarrative |
getNarrative() |
String |
getNotAllowedBy() |
String |
getPath() |
List<String> |
getPendingMethods() |
List<TemplateableOutput.OutputScenario> |
getScenarios() |
StoryDuration |
getStoryDuration() |
boolean |
isCancelled() |
public String getDescription()
public String getPath()
public TemplateableOutput.OutputMeta getMeta()
public TemplateableOutput.OutputNarrative getNarrative()
public TemplateableOutput.OutputLifecycle getLifecycle()
public String getNotAllowedBy()
public void addBeforeStep(TemplateableOutput.OutputStep outputStep)
public void addAfterStep(TemplateableOutput.OutputStep outputStep)
public List<TemplateableOutput.OutputStep> getBeforeSteps()
public List<TemplateableOutput.OutputStep> getAfterSteps()
public List<TemplateableOutput.OutputScenario> getScenarios()
public boolean isCancelled()
public StoryDuration getStoryDuration()
Copyright © 2003–2021. All rights reserved.