public interface Component extends ModelObject, Comparable<Component>, SurfBugData
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_CHROME |
static String |
PROP_COMPONENT_TYPE_ID |
static String |
PROP_GUID |
static String |
PROP_INDEX |
static String |
PROP_REGION_ID |
static String |
PROP_SCOPE |
static String |
PROP_SOURCE_ID |
static String |
PROP_URI |
static String |
PROP_URL |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
String |
getChrome()
Gets the chrome.
|
ComponentType |
getComponentType(RequestContext context)
Gets the component type.
|
String |
getComponentTypeId()
Gets the component type id.
|
String |
getGUID()
Gets the GUID.
|
String |
getIndex()
Gets the index of the component.
|
String |
getRegionId()
Gets the region id.
|
String |
getScope()
Gets the scope.
|
String |
getSourceId()
Gets the source id.
|
Object |
getSourceObject(RequestContext context)
Gets the source object.
|
String |
getURI()
Gets the URI
|
String |
getURL()
Gets the URL.
|
void |
setChrome(String chrome)
Sets the chrome.
|
void |
setComponentTypeId(String componentTypeId)
Sets the component type id.
|
void |
setGUID(String guid)
Sets the GUID.
|
void |
setIndex(String index)
Sets the index of the component.
|
void |
setRegionId(String regionId)
Sets the region id.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setSourceId(String sourceId)
Sets the source id.
|
void |
setURI(String uri)
Sets the URI.
|
void |
setURL(String url)
Sets the URL.
|
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, toXMLcompareTogetResolvedWebScript, setResolvedWebScriptstatic final String TYPE_ID
static final String PROP_REGION_ID
static final String PROP_SOURCE_ID
static final String PROP_SCOPE
static final String PROP_COMPONENT_TYPE_ID
static final String PROP_CHROME
static final String PROP_URL
static final String PROP_URI
static final String PROP_GUID
static final String PROP_INDEX
String getRegionId()
void setRegionId(String regionId)
regionId - the new region idString getSourceId()
void setSourceId(String sourceId)
sourceId - the new source idString getScope()
void setScope(String scope)
scope - the new scopeString getComponentTypeId()
void setComponentTypeId(String componentTypeId)
componentTypeId - the new component type idString getChrome()
void setChrome(String chrome)
chrome - the new chromeString getURL()
void setURL(String url)
url - the new URLString getURI()
void setURI(String uri)
String getGUID()
void setGUID(String guid)
guid - the new GUIDObject getSourceObject(RequestContext context)
context - request contextComponentType getComponentType(RequestContext context)
context - the contextString getIndex()
void setIndex(String index)
Copyright © 2005–2016 Alfresco Software. All rights reserved.