Method Summary |
|
public PresentationTemplate | copyTemplate(Id templateId) |
public void | createComment(PresentationComment comment) |
public void | createComment(PresentationComment comment, boolean checkAuthz, boolean updateDates) |
public Document | createDocument(Presentation presentation) |
public void | deletePresentation(Id presentation) |
public void | deletePresentationComment(PresentationComment comment) |
public void | deletePresentationItem(Id item) |
public void | deletePresentationItemDefinition(Id itemDef) |
public void | deletePresentationLayout(Id id) |
public boolean | deletePresentationTemplate(Id id) |
public void | deleteTemplateFileRef(Id refId) |
public Collection | findAllGlobalLayouts() |
public Collection | findGlobalTemplates() |
public Collection | findLayoutsByOwner(Agent owner, String siteId) |
public Collection | findLogsByPresID(Id presID) |
public Collection | findMyGlobalLayouts() |
public Collection | findPresentationsByOwner(Agent owner) returns a list of all presentation owned by agent. |
public Collection | findPresentationsByOwner(Agent owner, String toolId) returns a list of all presentation owned by agent within the given toolId. |
public Collection | findPresentationsByTool(Id id) |
public Collection | findPresentationsByViewer(Agent viewer) |
public Collection | findPresentationsByViewer(Agent viewer, String toolId) |
public Collection | findPresentationsByViewer(Agent viewer, String toolId, boolean showHidden) |
public Collection | findPublishedLayouts(String siteId) |
public Collection | findPublishedTemplates(String siteId) |
public Collection | findPublishedTemplates() |
public Collection | findTemplatesByOwner(Agent owner) returns a list of all presentation templates owned by agent. |
public Collection | findTemplatesByOwner(Agent owner, String siteId) returns a list of all presentation templates owned by agent within the given siteId. |
public Collection | getAllPresentationLayouts() |
public Collection | getAllPresentationTemplates() |
public Collection | getAllPresentationsForWarehouse() |
public List | getCreatorComments(Agent creator, CommentSortBy sortBy) |
public List | getCreatorComments(Agent creator, String toolId, CommentSortBy sortBy) returns list of comments created by creator in given tool. |
public Presentation | getLightweightPresentation(Id id) |
public Node | getNode(Id artifactId) |
public Node | getNode(Reference ref) |
public Node | getNode(Reference ref, Presentation presentation) |
public Node | getNode(Id artifactId, Presentation presentation) |
public Node | getNode(Id artifactId, PresentationLayout layout) |
public List | getOwnerComments(Agent owner, CommentSortBy sortBy) returns list of comments owned by agent in given tool. |
public List | getOwnerComments(Agent owner, String toolId, CommentSortBy sortBy, boolean excludeOwner) returns list of comments owned by agent in given tool. |
public List | getOwnerComments(Agent owner, String toolId, CommentSortBy sortBy) returns list of comments owned by agent in given tool. |
public Presentation | getPresentation(Id id) |
public Presentation | getPresentation(Id id, String secretExportKey) |
public PresentationComment | getPresentationComment(Id id) |
public List | getPresentationComments(Id presentationId, Agent viewer) |
public PresentationItem | getPresentationItem(Id itemDef) |
public PresentationItemDefinition | getPresentationItemDefinition(Id item) |
public Collection | getPresentationItems(Id artifactId) |
public PresentationLayout | getPresentationLayout(Id layoutId) |
public Document | getPresentationLayoutAsXml(Presentation presentation, String pageId) |
public PresentationPage | getPresentationPage(Id id) |
public List | getPresentationPagesByPresentation(Id presentationId) |
public Document | getPresentationPreviewLayoutAsXml(Presentation presentation, String pageId) Creates an xml document represenation of the requested page from the
presentation passed in. |
public PresentationTemplate | getPresentationTemplate(Id id) |
public Collection | getPresentationsBasedOnTemplateFileRef(Id artifactId) |
public TemplateFileRef | getTemplateFileRef(Id refId) |
public boolean | isGlobal() |
public Collection | loadArtifactsForItemDef(PresentationItemDefinition itemDef, Agent agent) |
public String | packageTemplateForExport(Id templateId, OutputStream os) |
public PresentationLayout | storeLayout(PresentationLayout layout) |
public PresentationLayout | storeLayout(PresentationLayout layout, boolean checkAuthz) |
public Presentation | storePresentation(Presentation presentation) |
public Presentation | storePresentation(Presentation presentation, boolean checkAuthz, boolean updateDates) |
public void | storePresentationLog(PresentationLog log) |
public PresentationTemplate | storeTemplate(PresentationTemplate template) |
public PresentationTemplate | storeTemplate(PresentationTemplate template, boolean checkAuthz, boolean updateDates) |
public void | updateItemDefintion(PresentationItemDefinition itemDef) |
public void | updatePresentationComment(PresentationComment oldComment) |
public void | updateTemplateFileRef(TemplateFileRef ref) |
public PresentationTemplate | uploadTemplate(String templateFileName, String toContext, InputStream zipFileStream) |