lumis.content.core
Class ContentAssociation
java.lang.Object
lumis.content.core.ContentAssociation
- All Implemented Interfaces:
- Serializable
@StableMinor(version="5.5",
sinceVersion="4.2")
public class ContentAssociation
- extends Object
- implements Serializable
Represents an association from a ContentVersion
to a Content
.
This object also describes the type of association between the content
version and the content.
- Since:
- 4.2.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_STANDARD
public static final String TYPE_STANDARD
- See Also:
- Constant Field Values
TYPE_CATEGORIZATION_TERM
public static final String TYPE_CATEGORIZATION_TERM
- See Also:
- Constant Field Values
getContentVersion
public ContentVersion getContentVersion()
getAssociatedContent
public Content getAssociatedContent()
setAssociatedContent
public void setAssociatedContent(Content associatedContent)
getType
public String getType()
setType
public void setType(String type)
getId
public String getId()
delete
public void delete()
throws PortalException
- Deletes this content association.
- Throws:
PortalException
- Since:
- 4.2.0
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.