public interface ContentAssociation extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ASSOC_TYPE |
static String |
PROP_DEST_ID |
static String |
PROP_FORMAT_ID |
static String |
PROP_SOURCE_ID |
static String |
PROP_SOURCE_TYPE |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationType()
Gets the association type.
|
String |
getDestId()
Gets the dest id.
|
String |
getFormatId()
Gets the format id.
|
ModelObject |
getObject(RequestContext context)
Gets the object that is being associated.
|
String |
getSourceId()
Gets the source id.
|
String |
getSourceType()
Gets the source type.
|
boolean |
isPageAssociation()
Checks if is page association.
|
boolean |
isTemplateAssociation()
Checks if is template association.
|
void |
setAssociationType(String associationType)
Sets the association type.
|
void |
setDestId(String destId)
Sets the dest id.
|
void |
setFormatId(String formatId)
Sets the format id.
|
void |
setSourceId(String sourceId)
Sets the source id.
|
void |
setSourceType(String sourceType)
Sets the source type.
|
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXMLstatic final String TYPE_ID
static final String PROP_SOURCE_ID
static final String PROP_SOURCE_TYPE
static final String PROP_DEST_ID
static final String PROP_ASSOC_TYPE
static final String PROP_FORMAT_ID
String getSourceId()
void setSourceId(String sourceId)
sourceId - the new source idString getDestId()
void setDestId(String destId)
destId - the new dest idString getAssociationType()
void setSourceType(String sourceType)
sourceType - the source typeString getSourceType()
void setAssociationType(String associationType)
associationType - the new association typeString getFormatId()
void setFormatId(String formatId)
formatId - the new format idModelObject getObject(RequestContext context)
context - the contextboolean isTemplateAssociation()
boolean isPageAssociation()
Copyright © 2005–2016 Alfresco Software. All rights reserved.