Package | Description |
---|---|
lumis.content.activitystream | |
lumis.content.core |
Provides the core content management operations.
|
lumis.content.socialnetwork.integration |
This package contains entities that are responsible for the
integration between "Content" and "SocialNetworkIntegration" components.
|
lumis.content.source.field.type | |
lumis.content.workflow |
Provides workflow support for the content framework.
|
lumis.content.workflow.action |
Modifier and Type | Method and Description |
---|---|
static void |
ContentActivityStreamUtil.addViewActivityPriorityRestrictions(SessionConfig sessionConfig,
Collection<Collection<String>> principalsWithAllowViewPermission,
Collection<String> principalsWithDenyViewPermission,
ContentLocale contentLocale,
ITransaction transaction)
Add view activity priority restrictions.
|
Modifier and Type | Method and Description |
---|---|
ContentLocale |
Content.addContentLocale(Locale locale)
Adds a new locale specific content object in this content.
|
ContentLocale |
ContentComment.getContentLocale()
Returns the
ContentLocale this comment belongs to. |
ContentLocale |
ContentVersion.getContentLocale()
Returns the content-locale object this version belongs to.
|
ContentLocale |
Content.getContentLocale(Locale locale,
boolean fallbackToDefaultLocale)
Returns the locale specific content object, for the given locale,
optionally using the default locale.
|
ContentLocale |
ContentManager.getContentLocale(String contentLocaleId) |
ContentLocale |
IContentManager.getContentLocale(String contentLocaleId)
Returns the a content locale by its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<ContentLocale> |
Content.getContentLocales()
Returns the locale specific objects of this content.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContentPublicationActivityGenerationTransactionObserver.attachToTransactionIfNecessary(ContentLocale contentLocale,
boolean checkWasNotPublished)
If necessary, attach to the transaction an observer that will generate the activity if the content locale becomes
published.
|
protected static void |
ContentPublicationActivityGenerationTransactionObserver.attachToTransactionIfNecessary(ContentLocale contentLocale,
boolean checkWasNotPublished,
boolean checkActivityStreamisEnabled,
String transactionAttributePreffix,
ContentPublicationActivityGenerationTransactionObserver.IObserverBuilder<ITransactionObserver> observerBuilder)
If necessary, attach to the transaction an observer that will generate the activity if the content locale becomes
published.
|
static void |
ContentAdminActivityGenerationTransactionObserver.attachToTransactionIfNecessary(ContentLocale contentLocale,
String actionId)
If necessary, attach to the transaction an observer that will generate the activity of the content's
administrators.
|
T |
ContentPublicationActivityGenerationTransactionObserver.IObserverBuilder.build(ContentLocale contentLocale) |
protected Activity |
ContentPublicationActivityGenerationTransactionObserver.createActivity(ContentLocale contentLocale)
Creates an activity for the content locale being persisted
|
Modifier and Type | Method and Description |
---|---|
ContentLocale |
ContentMessageIntegration.getContentLocale()
Returns the contentLocale.
|
Modifier and Type | Method and Description |
---|---|
static List<ContentMessageIntegration> |
ContentMessageIntegration.getContentMessageIntegrations(ContentLocale contentLocale)
Returns a list of integrations by a content locale.
|
void |
ContentMessageIntegration.setContentLocale(ContentLocale contentLocale)
Sets the contentLocale.
|
Constructor and Description |
---|
ContentMessageIntegration(ContentLocale contentLocale,
SocialNetworkMessage message)
Creates a new content message integration.
|
Constructor and Description |
---|
Data(ContentLocale contentLocale) |
Modifier and Type | Method and Description |
---|---|
ContentLocale |
ContentWorkflowMetaData.getContentLocale()
Utility method that returns the
ContentLocale in current transaction that corresponds to the
ContentWorkflowMetaData.getContentLocaleId() stored in this ContentWorkflowMetaData. |
ContentLocale |
WorkflowActionExecutedEvent.getContentLocale()
Returns the ContentLocale on which the workflow action was executed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WorkflowController.autoArchivePublishedContent(ContentLocale contentLocale) |
boolean |
IWorkflowManager.autoArchivePublishedContent(ContentLocale contentLocale,
ITransaction transaction)
Used for the automatic content archiving process.
|
boolean |
WorkflowManager.autoArchivePublishedContent(ContentLocale contentLocale,
ITransaction transaction) |
boolean |
IWorkflowManager.contentMayBePublished(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Indicates if a content version may be published according to its
workflow state.
|
boolean |
WorkflowManager.contentMayBePublished(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
void |
IWorkflowManager.createNewContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
String assignedTo,
ITransaction transaction)
Creates a new content workflow metadata for a content locale.
|
void |
WorkflowManager.createNewContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
String assignedTo,
ITransaction transaction) |
void |
IWorkflowManager.deleteContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Deletes the content workflow metadata of the given content locale.
|
void |
WorkflowManager.deleteContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
void |
IWorkflowManager.executeAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
String performedTransitionId,
String newAssignedTo,
ITransaction transaction)
Executes an action on a content's workflow.
|
void |
WorkflowManager.executeAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
String performedTransitionId,
String newAssignedTo,
ITransaction transaction) |
Collection<WorkflowTransitionConfig> |
IWorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns the transitions that are accessible by the
sessionConfig 's user for a specified contentLocale. |
Collection<WorkflowTransitionConfig> |
WorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
ContentWorkflowMetaData |
IWorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns the content workflow metadata for a content locale.
|
ContentWorkflowMetaData |
WorkflowManager.getContentWorkflowMetaData(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
boolean |
IWorkflowManager.hasEditPermission(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Returns true if the sessionConfig's user has edit permission to the
specified content, according to the workflow's definition, state and
assigned to.
|
boolean |
WorkflowManager.hasEditPermission(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction) |
protected boolean |
WorkflowManager.hasTransitionPermission(SessionConfig sessionConfig,
String principalId,
WorkflowTransitionConfig transition,
ContentLocale contentLocale,
String serviceInstanceId,
ITransaction transaction)
Checks if any of the principal have permission to the specified workflow transition.
|
void |
IWorkflowActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction)
Method called when a workflow action is performed, before its changes
are applied to the persistence layer.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowController.contentDeleted(Collection<ContentLocale> contentLocales) |
Constructor and Description |
---|
WorkflowActionExecutedEvent(SessionConfig sessionConfig,
ContentLocale contentLocale,
ContentWorkflowMetaData originalContentWorkflowMetaData,
ContentWorkflowMetaData updatedContentWorkflowMetaData,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected String |
WorkflowSendMailActionHandler.getWebsiteUrl(SessionConfig sessionConfig,
ContentLocale contentLocale,
ITransaction transaction)
Method created so that classes that extend this object may customize the
website url referenced in the link to the content.
|
void |
WorkflowSendMailActionHandler.preProcessAction(SessionConfig sessionConfig,
ContentLocale contentLocale,
WorkflowTransitionConfig transition,
ContentWorkflowMetaData newWorkflowMetaData,
ITransaction transaction) |
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.