Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IContentItem Members

IContentItem overview

Public Instance Properties

iconCheckedOut Gets a value indicating whether or not the content item is checked out.
iconCheckedOutUserID Gets the ID of the user who has the item checked out.
iconEditorURL Gets the Content Item Editor URL for the item.
iconExpired Gets a value indicating whether or not the content item is expired.
iconLastCheckedInDate Gets the last checked in date.
iconLastCheckedInVersionComment Gets the last checked in version comment of the item.
iconLastModifiedDate Gets the last modified date.
iconLastPublishedDate Gets the last published date.
iconLastPublishedUserID Gets the ID of the user who last published the item.
iconLatestVersionNumber Gets the latest version number of the item.
iconName Gets or sets the content item name.
iconPreviewURL Gets the URL to preview the content item.
iconPublishable Gets a value indicating whether or not the content item can be published.
iconPublished Gets a value indicating whether or not the content item is published.
iconPublishURL Gets the URL to the published content item.
iconUUID Gets the content item UUID.

Public Instance Methods

iconClearAssociatedPortletID Clears the portlet association for this content item.
iconGetAllProperties Returns an array of IBaseProperty for all the properties of the IContentItem.
iconGetAssociatedPortletID Returns the object ID of the portlet associated with this content item or 0 if there is no portlet association.
iconGetBooleanPropertyValue Returns the value of the specified IBooleanProperty.
iconGetContainingFolder Returns the IFolder that contains this content item.
iconGetDataEntryTemplate Returns the Data Entry Template for this content item.
iconGetDatePropertyValue Returns the value of the specified IDateProperty.
iconGetDoublePropertyValue Returns the value of the specified IDoubleProperty.
iconGetFileName Returns the name of the file for the specified IFileProperty after SetFilePropertyValue is called.
iconGetFilePropertyValue Returns the value of the specified IFileProperty.
iconGetImageHeight Returns the height of the image (in pixels) for the specified IImageProperty.
iconGetImageName Returns the name of the image for the specified IImageProperty after SetImagePropertyValue is called.
iconGetImagePropertyValue Returns the value of the specified IImageProperty.
iconGetImageWidth Returns the width of the image (in pixels) for the specified IImageProperty.
iconGetIntegerPropertyValue Returns the value of the specified IIntegerProperty.
iconGetItemCollectionPropertyValue Returns the value of the specified IItemCollectionProperty.
iconGetItemReferencePropertyValue Returns the value of the specified IItemReferenceProperty.
iconGetProperty Returns an IBaseProperty of the specified name if it exists on the content item.
iconGetSelectionListPropertyValue Returns the value of the specified ISelectionListProperty.
iconGetTextBlockPropertyValue Returns the value of the specified ITextBlockProperty.
iconGetTextLinePropertyValue Returns the value of the specified ITextLineProperty.
iconHasLastCheckedInDate Returns true if the last checked in date is available otherwise false.
iconHasLastModifiedDate Returns true if the last modified date is available otherwise false.
iconHasLastPublishedDate Returns true if the last published date is available otherwise returns false.
iconHasPropertyValue Returns true if the value of the specified property has been set for this content item, otherwise false.
iconSetAssociatedPortletID Sets the portlet ID associated with this content item.
iconSetBooleanPropertyValue Updates the value of the IBooleanProperty.
iconSetDatePropertyValue Updates the value of the IDateProperty.
iconSetDoublePropertyValue Updates the value of the IDoubleProperty.
iconSetFilePropertyValue Updates the value of the IFileProperty.
iconSetImagePropertyValue Updates the value of the IImageProperty.
iconSetIntegerPropertyValue Updates the value of the IIntegerProperty.
iconSetItemCollectionPropertyValue Updates the value of the IItemCollectionProperty.
iconSetItemReferencePropertyValue Updates the value of the IItemReferenceProperty.
iconSetSelectionListPropertyValue Updates the value of the ISelectionListProperty.
iconSetTextBlockPropertyValue Updates the value of the ITextBlockProperty.
iconSetTextLinePropertyValue Updates the value of the ITextLineProperty.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace