Method Summary |
|
Attachment | attachArtifact(Id pageId, Reference artifactId) |
void | checkPageAccess(String id) |
void | clearSession() |
Scaffolding | createDefaultScaffolding() |
Matrix | createMatrix(Agent owner, Scaffolding scaffolding) |
void | deleteMatrix(Id matrixId) |
void | deleteScaffolding(Id scaffoldingId) |
void | detachArtifact(Id pageId, Id artifactId) |
void | detachForm(Id pageId, Id artifactId) |
public void | exposeMatrixTool(Scaffolding scaffolding) |
public List | findAvailableScaffolding(String siteIdStr, Agent user) |
List | findPublishedScaffolding(List sites) |
Attachment | getAttachment(Id attachmentId) |
Cell | getCell(Matrix matrix, Criterion rootCriterion, Level level) |
Cell | getCell(Id cellId) |
Cell | getCellFromPage(Id pageId) |
List | getCells(Matrix matrix) |
List | getCellsByArtifact(Id artifactId) |
List | getCellsByForm(Id artifactId) |
List | getCellsByScaffoldingCell(Id scaffoldingCellId) |
Criterion | getCriterion(Id criterionId) |
List | getEvaluatableItems(Agent agent, Id worksiteId) |
List | getEvaluatableItems(Agent agent) |
Level | getLevel(Id levelId) |
public List | getMatrices(Id scaffoldingId) |
public List | getMatrices(Id scaffoldingId, Id agentId) |
public List | getMatricesForWarehousing() |
Matrix | getMatrix(Id scaffoldingId, Id agentId) |
Matrix | getMatrix(Id matrixId) |
Matrix | getMatrixByPage(Id pageId) |
ScaffoldingCell | getNextScaffoldingCell(ScaffoldingCell scaffoldingCell, int progressionOption) |
Node | getNode(Id artifactId) |
Node | getNode(Reference ref) |
Set | getPageContents(WizardPage page) |
Set | getPageForms(WizardPage page) |
List | getPagesByPageDef(Id pageDefId) |
Scaffolding | getScaffolding(Id scaffoldingId) |
public List | getScaffolding() |
ScaffoldingCell | getScaffoldingCell(Criterion criterion, Level level) |
ScaffoldingCell | getScaffoldingCell(Id id) |
ScaffoldingCell | getScaffoldingCellByWizardPageDef(Id id) |
String | getScaffoldingCellsStatus(Id id) |
public List | getScaffoldingForWarehousing() |
WizardPage | getWizardPage(Id pageId) |
List | getWizardPagesForWarehousing() |
public boolean | isUseExperimentalMatrix() |
void | packageScffoldingForExport(Id scaffoldingId, OutputStream os) |
void | previewScaffolding(Id scaffoldingId) |
void | publishScaffolding(Id scaffoldingId) |
public void | removeExposedMatrixTool(Scaffolding scaffolding) |
void | removeFromSession(Object obj) |
Object | save(Object obj) |
Scaffolding | saveNewScaffolding(Scaffolding scaffolding) |
Object | store(Object obj) |
Id | storeCell(Cell cell) |
Id | storePage(WizardPage page) |
Scaffolding | storeScaffolding(Scaffolding scaffolding) |
Id | storeScaffoldingCell(ScaffoldingCell scaffoldingCell) |
Cell | submitCellForEvaluation(Cell cell) |
WizardPage | submitPageForEvaluation(WizardPage page) |
void | unlockNextCell(Cell cell) |
Scaffolding | uploadScaffolding(Reference uploadedScaffoldingFile, String toContext) |