com.ibm.workplace.wcm.api
Interface EditableItem

All Known Subinterfaces:
AbstractAuthoringTemplate, AuthoringTemplate, Category, Content, ContentComponentContainer, ContentPrototype, com.ibm.workplace.wcm.api.ContentSiteFrameworkContainer, CustomWorkflowAction, DxContentPagePrototype, DxContentPageTemplate, Editable, EditableLibraryComponent, EmailAction, ExpireAction, Folder, HierarchicalPrototype, HierarchicalTemplate, LibraryDateComponent, LibraryDocumentManagerComponent, LibraryFileComponent, LibraryHTMLComponent, LibraryImageComponent, LibraryJSPComponent, LibraryLinkComponent, LibraryListPresentationComponent, LibraryMenuComponent, LibraryNavigatorComponent, LibraryNumericComponent, LibraryPersonalizationComponent, LibraryRichTextComponent, LibrarySearchComponent, LibraryShortTextComponent, LibraryStyleSheetComponent, LibraryTextComponent, LibraryUserSelectionComponent, PersonalizationItem, PortalPage, PresentationTemplate, Project, ProjectTemplate, Prototype, PublishAction, ScheduledMoveAction, ScheduledWorkflowAction, Segment, Site, SiteArea, SiteAreaPrototype, SiteAreaTemplate, SiteFrameworkContainer, Taxonomy, VersionAction, Workflow, WorkflowAction, WorkflowStage

public interface EditableItem

Represents a Item whose attributes can be modified.


Method Summary
 void setDescription(java.lang.String description)
          Sets the description of this EditableItem object to the specified String argument.
 void setName(java.lang.String name)
          Sets the name of this EditableItem object to the specified String argument.
 void setTitle(java.lang.String title)
          Sets the title of this EditableItem object to the specified String argument.
 

Method Detail

setName

void setName(java.lang.String name)
Sets the name of this EditableItem object to the specified String argument. The name is used in the item URL, so only valid URL characters are allowed. Valid characters are a-z, A-Z, 0-9 and the special characters " $-_.+!*(),". Note: This operation is not supported for PortalPage.

Parameters:
name - of the EditableItem

setTitle

void setTitle(java.lang.String title)
Sets the title of this EditableItem object to the specified String argument. Unlike the name, any characters may be used in the title. Note: This operation is not supported for PortalPage.

Parameters:
title - of the EditableItem

setDescription

void setDescription(java.lang.String description)
Sets the description of this EditableItem object to the specified String argument.

This method accepts a null argument, in which case the description will be cleared. Note: This operation is not supported for PortalPage.

Parameters:
description - of the EditableItem