public class MarkedContent extends Object
| Constructor and Description |
|---|
MarkedContent(String markerId,
String contentId,
String contentTitle,
String formId,
boolean nested)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentId()
Returns the identifier of the content
|
String |
getContentTitle()
Returns the title of the content
|
String |
getFormId()
Returns the identifier of the form
|
String |
getMarkerId()
Returns the identifier of the span element being used to mark the content
|
boolean |
isNested()
Indicates whether the marker is nested within
the element representing the content
|
String |
toString() |
public MarkedContent(String markerId, String contentId, String contentTitle, String formId, boolean nested)
markerId - The identifier of the span element being used to mark the contentcontentId - The identifier of the actual contentcontentTitle - The title of the markerformId - The identifier of the form to use to edit the contentnested - true if the content marker is nested within the element
representing the contentpublic String getMarkerId()
public String getContentId()
public String getContentTitle()
public String getFormId()
public boolean isNested()
Copyright © 2005–2014 Alfresco Software. All rights reserved.