|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentVersion | |
---|---|
lumis.content.control.autolayout | |
lumis.content.control.language | |
lumis.content.core | Provides the core content management operations. |
lumis.content.table | |
lumis.content.workflow | Provides workflow support for the content framework. |
Uses of ContentVersion in lumis.content.control.autolayout |
---|
Fields in lumis.content.control.autolayout declared as ContentVersion | |
---|---|
protected ContentVersion |
AssociationProcessActionHandler.contentVersion
|
Uses of ContentVersion in lumis.content.control.language |
---|
Fields in lumis.content.control.language declared as ContentVersion | |
---|---|
protected ContentVersion |
LanguageControl.contentVersion
|
Uses of ContentVersion in lumis.content.core |
---|
Methods in lumis.content.core that return ContentVersion | |
---|---|
ContentVersion |
ContentLocale.addVersion()
Adds a new version. |
ContentVersion |
ContentLocale.addVersionBasedOnAnother(ContentVersion pBaseVersion)
Adds a new version, based on an already existing version. |
ContentVersion |
ContentLocale.getActiveVersion()
Returns the active version of the content in this locale. |
ContentVersion |
ContentRenderDataChangedEvent.getContentVersion()
Returns the content version to which this render data was generated to. |
ContentVersion |
ContentPublication.getContentVersion()
Returns the content version this publication belongs to. |
ContentVersion |
ContentAssociation.getContentVersion()
|
ContentVersion |
IContentManager.getContentVersion(String contentVersionId)
Returns the a content version by its identifier. |
ContentVersion |
ContentManager.getContentVersion(String contentVersionId)
|
ContentVersion |
IContentManager.getContentVersionByItemId(String itemId)
Returns the a content version that refers the given itemId. |
ContentVersion |
ContentManager.getContentVersionByItemId(String itemId)
|
ContentVersion |
IContentManager.getPublishedContentVersion(String contentId,
String serviceInstanceId)
Returns the published version more appropriated to the current user for the specified content and service instance. |
ContentVersion |
ContentManager.getPublishedContentVersion(String contentId,
String serviceInstanceId)
|
ContentVersion |
ContentLocale.getPublishedVersion()
Returns the published version of the content in this locale. |
Methods in lumis.content.core that return types with arguments of type ContentVersion | |
---|---|
List<ContentVersion> |
ContentLocale.getVersions()
Returns the versions for the content in this locale. |
Methods in lumis.content.core with parameters of type ContentVersion | |
---|---|
ContentVersion |
ContentLocale.addVersionBasedOnAnother(ContentVersion pBaseVersion)
Adds a new version, based on an already existing version. |
void |
ContentLocale.setPublishedVersion(ContentVersion publishedVersion)
Sets the published version of the content in this locale. |
Constructors in lumis.content.core with parameters of type ContentVersion | |
---|---|
ContentRenderDataChangedEvent(SessionConfig sessionConfig,
ContentVersion contentVersion,
ContentTableSource source,
ITransaction transaction)
Creates a new render data changed event for a content. |
|
ContentRenderDataChangedEvent(SessionConfig sessionConfig,
ContentVersion contentVersion,
ITransaction transaction)
Creates a new render data changed event for a content. |
Uses of ContentVersion in lumis.content.table |
---|
Fields in lumis.content.table declared as ContentVersion | |
---|---|
protected ContentVersion |
ContentAssociationProcessActionHandler.contentVersion
|
Methods in lumis.content.table that return ContentVersion | |
---|---|
ContentVersion |
ContentMetaDataController.MetaDataPersistenceResult.getContentVersion()
|
Uses of ContentVersion in lumis.content.workflow |
---|
Methods in lumis.content.workflow with parameters of type ContentVersion | |
---|---|
void |
WorkflowController.contentInserted(ContentVersion contentVersion)
|
void |
WorkflowController.contentUpdated(ContentVersion contentVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |