Uses of Interface
ch.ivyteam.ivy.cm.IContentObject
-
Packages that use IContentObject Package Description ch.ivyteam.ivy.cm ch.ivyteam.ivy.htmldialog -
-
Uses of IContentObject in ch.ivyteam.ivy.cm
Methods in ch.ivyteam.ivy.cm that return IContentObject Modifier and Type Method Description IContentObjectIContentObject. addChild(String name, CoType type)Creates a child ContentObject for this ContentObject.IContentObjectIContentManagementSystem. findContentObject(String uri)Gets the content object with the given uri.IContentObjectIContentObject. getChild(String name)Get the child with the given name.IContentObjectIContentManagementSystem. getContentObject(String uri)Gets the content object with the given uri.IContentObjectIContentObjectValue. getContentObject()Gets the associated ContentObject (= parent)IContentObjectIContentObject. getParent()Gets the parent content objectIContentObjectIContentManagementSystem. getRootContentObject()Gets the root content object of this content management systemMethods in ch.ivyteam.ivy.cm that return types with arguments of type IContentObject Modifier and Type Method Description List<IContentObject>IContentObject. getChildren()Gets all children of this content object sorted by the visual order -
Uses of IContentObject in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog with parameters of type IContentObject Modifier and Type Method Description StringIHtmlDialogContext. coref(IContentObject co)Returns the reference to the specified content object for download (empty string, if co isnullor not downloadable).
-