Constructor and Description |
---|
AttachmentsHelper(ContentManager contentManager) |
Modifier and Type | Method and Description |
---|---|
ContentManager |
WorkObjectDeleteListener.getContentManager() |
Constructor and Description |
---|
BaseVariableListener(ContentManager contentManager)
Deprecated.
|
WorkObjectVariableListener(ContentManager contentManager)
Deprecated.
|
Constructor and Description |
---|
AbstractDocumentContentConverterService(ContentManager contentManager,
WorkObjectService workObjectService,
String cacheTempPath,
String tempFileNamePrefix,
List<DocumentContentConverter> contentConverters,
StatisticsAwareCache statisticsAwareCache) |
DefaultPdfDocumentContentConverterService(ContentManager contentManager,
WorkObjectService workObjectService,
String cacheTempPath,
String tempFileNamePrefix,
List<DocumentContentConverter> contentConverters,
StatisticsAwareCache statisticsAwareCache) |
DefaultPreviewDocumentContentConverterService(ContentManager contentManager,
WorkObjectService workObjectService,
String cacheTempPath,
String tempFileNamePrefix,
List<DocumentContentConverter> contentConverters,
StatisticsAwareCache statisticsAwareCache) |
Constructor and Description |
---|
DocumentModelDeployer(ModelPersistenceService modelPersistenceService,
ContentManager contentManager,
PrimaryKeyGenerator primaryKeyGenerator,
AnyWorkObjectDefinitionService definitionService) |
Constructor and Description |
---|
AttachmentDeserializationHandler(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
AttachmentSerializationHandler(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
FrontendObjectDeserializer(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
FrontendObjectSerializer(AttachmentsHelper attachmentsHelper,
ContentManager contentManager,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
WorkObjectSerializationHelper(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
Constructor and Description |
---|
TemplateMailService(boolean propagateError,
UserManager userManager,
WorkObjectService workObjectService,
AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
ContentManagerHelper contentManagerHelper,
ContentManager contentManager,
TemplateService templateService,
org.springframework.mail.javamail.JavaMailSender mailSender,
UserUtils userUtils,
String fromAddress,
String applicationEndpoint) |
Modifier and Type | Method and Description |
---|---|
ContentManager |
DocumentService.getContentManager() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentService.setContentManager(ContentManager contentManager) |
Constructor and Description |
---|
DocumentNameActionListener(ContentManager contentManager) |
DocumentSkeletonContentListener(ContentManager contentManager) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfigurableContentManager
Default
ConfigurableContentManager implementation. |
Modifier and Type | Method and Description |
---|---|
ContentManager |
DefaultContentEvent.getContentManager() |
ContentManager |
DefaultPreContentEvent.getContentManager() |
Modifier and Type | Method and Description |
---|---|
DefaultContentEvent.Builder |
DefaultContentEvent.Builder.contentManager(ContentManager contentManager)
Builder method to set the content manager that triggered the event.
|
DefaultPreContentEvent.Builder |
DefaultPreContentEvent.Builder.contentManager(ContentManager contentManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableContentManager
A configurable
ContentManager with the ability to add ContentProvider s. |
Modifier and Type | Method and Description |
---|---|
ContentManager |
ContentEvent.getContentManager()
Gets the content manager that triggered the event.
|
ContentManager |
PreContentEvent.getContentManager()
Gets the content manager that triggered the event.
|
Modifier and Type | Method and Description |
---|---|
AttachmentsHelper |
OneConfiguration.attachmentsHelper(ContentManager contentManager) |
ContentManagerHelper |
OneConfiguration.contentManagerHelper(ContentManager contentManager,
WorkObjectService workObjectService,
CurrentUserService currentUserService,
TimeProvider timeProvider,
ContentDetector contentDetector,
boolean enableVersioning) |
com.fasterxml.jackson.databind.ObjectMapper |
OneConfiguration.defaultObjectMapper(ContentManager contentManager,
AttachmentsHelper attachmentsHelper,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ConverterProvider converterProvider) |
DefaultDocumentContentManager |
OneConfiguration.documentContentManager(UploadService uploadService,
ContentManager contentManager,
ContentManagerHelper contentManagerHelper,
NotificationService notificationService,
ModelPersistenceService modelPersistenceService,
WorkObjectService workObjectService,
AmbiguousIdHelper ambiguousIdHelper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
DocumentModelDeployer |
OneConfiguration.documentModelDeployer(ModelPersistenceService modelPersistenceService,
ContentManager contentManager,
PrimaryKeyGenerator primaryKeyGenerator,
AnyWorkObjectDefinitionService definitionService) |
DocumentNameActionListener |
ProviderConfiguration.documentNameActionListener(ContentManager contentManager) |
DocumentSkeletonContentListener |
ProviderConfiguration.documentSkeletonContentListener(ContentManager contentManager) |
PdfDocumentContentConverterService |
ContentConverterConfiguration.downloadAsPdfContentConverter(ContentManager contentManager,
WorkObjectService workObjectService,
String cacheTempPath,
TimeProvider timeProvider,
StatisticsAwareCache statisticsAwareCache) |
DefaultFileStorageManager |
OneConfiguration.fileStorageManager(CurrentUserService currentUserService,
ContentManager contentManager,
ContentDetector contentDetector,
ThumbnailService thumbnailService,
TimeProvider timeProvider,
boolean enableVersioning) |
TemplateMailService |
OneConfiguration.mailService(boolean propagateError,
UserManager userManager,
WorkObjectService workObjectService,
AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
ContentManagerHelper contentManagerHelper,
ContentManager contentManager,
TemplateService templateService,
org.springframework.mail.javamail.JavaMailSender mailSender,
UserUtils userUtils,
String fromAddress,
String applicationEndpoint,
String testRecipient) |
DocumentService |
DocumentConfiguration.oneDocumentService(WorkObjectService workObjectService,
AnyWorkObjectDefinitionService anyWorkObjectDefinitionService,
ContentManagerHelper contentManagerHelper,
ContentManager contentManager,
TemplateService templateService,
GearExpressionResolver expressionResolver,
boolean useMailMerge,
boolean useLinq) |
PreviewDocumentContentConverterService |
ContentConverterConfiguration.previewContentConverter(ContentManager contentManager,
WorkObjectService workObjectService,
String cacheTempPath,
TimeProvider timeProvider,
StatisticsAwareCache statisticsAwareCache) |
DefaultPreviewManager |
OneConfiguration.previewManager(WorkObjectService workObjectService,
org.springframework.context.MessageSource messageSource,
UserManager userManager,
PreviewDocumentContentConverterService documentConverterService,
TimeProvider timeProvider,
ContentManager contentManager,
ContentManagerHelper contentManagerHelper,
PdfDocumentContentConverterService downloadAsPdfContentConverter,
AmbiguousIdHelper ambiguousIdHelper,
StatisticsAwareCache statisticsAwareCache) |
Modifier and Type | Method and Description |
---|---|
ContentManager |
ContentConfiguration.contentManager(CurrentTenantService currentTenantService,
CurrentUserService currentUserService,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentProvider contentProvider,
Optional<List<InternalContentConfigurationConfigurer>> internalContentConfigurationConfigurers) |
Constructor and Description |
---|
ContentManagerHelper(ContentManager contentManager,
WorkObjectService workObjectService,
CurrentUserService currentUserService,
TimeProvider timeProvider,
ContentDetector contentDetector,
boolean enableVersioning)
Instantiates a new Content manager helper.
|
Constructor and Description |
---|
DefaultDocumentContentManager(UploadService uploadService,
ContentManager contentManager,
ContentManagerHelper contentManagerHelper,
NotificationService notificationService,
ModelPersistenceService modelPersistenceService,
WorkObjectService workObjectService,
AmbiguousIdHelper ambiguousIdHelper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Constructor and Description |
---|
DefaultFileStorageManager(CurrentUserService currentUserService,
ContentManager contentManager,
ContentDetector contentDetector,
ThumbnailService thumbnailService,
TimeProvider timeProvider,
boolean enableVersioning) |
Constructor and Description |
---|
DefaultPreviewManager(WorkObjectService workObjectService,
org.springframework.context.MessageSource messageSource,
UserManager userManager,
PreviewDocumentContentConverterService documentConverterService,
TimeProvider timeProvider,
ContentManager contentManager,
ContentManagerHelper contentManagerHelper,
PdfDocumentContentConverterService downloadAsPdfContentConverter,
AmbiguousIdHelper ambiguousIdHelper,
StatisticsAwareCache statisticsAwareCache) |
Constructor and Description |
---|
WorkItemRelationsSerializer(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.