com.microstrategy.web.beans.EnumDocumentBeanEvents |
Constants for document bean events
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DOCUMENT_EVENT_ARGUMENT_COPIES | Specifies an argument for the number of copies. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_DOCUMENT_ID | Specifies an argument for the object id of a Document. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_DOCUMENT_NAME | Specifies an argument for the document name. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_EXECUTION_FLAGS | Specifies an argument for the object id of a Document. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_FILE_NAME | File name for scheduled file export | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_IS_COLLATED | Specifies an argument indicating whether it is collated in printer. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_IS_PORTRAIT | Specifies an argument indicating whether it is a portait in printer. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_LINK_ANSWERS | ||||||||||
int | DOCUMENT_EVENT_ARGUMENT_LOCATION_KEY | Location key for scheduled file and print export | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_MESSAGE_ID | Specifies an argument for the message id of a Document instance. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID | Specifies an argument for the original document message id in document drilling. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML | Specifies an argument for the original document's prompt answer XML in document drilling. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER | Specifies an argument for the new prompt answer for
WebElementsPrompt in
document drilling. |
|||||||||
int | DOCUMENT_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER | Specifies an argument for the new prompt answer for
WebObjectsPrompt in
document drilling. |
|||||||||
int | DOCUMENT_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER | Specifies an argument for the new prompt answer for
WebConstantPrompt in
document drilling. |
|||||||||
int | DOCUMENT_EVENT_ARGUMENT_PROMPT_ANSWER_MODE_OPTION | An integer prompt answer mode from EnumWebPromptAnswerMode
|
|||||||||
int | DOCUMENT_EVENT_ARGUMENT_RANGE_END | Specifies an argument for range end in printing. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_RANGE_START | Specifies an argument for range start in printing. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_REEXECUTE_FRESH | Argument indicating whether the document to be executed with fresh-execution related execution flags. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_REPROMPT | Reprompting option for refreshing a report. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SAVE_TO_INBOX | Specifies whether to save the message to inbox. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SCHEDULE_OVERWRITE | Argument indicating whether to overwrite a current schedule, if existing. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SCHEDULE_REUSE_MESSAGE | Integer argument indicating whether the message should be reused while scheduling. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_ID | String argument indicating the address ID. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_ADDRESS_VALUES | String argument indicating the physical addresses to be used for subscription. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_CUSTOM_MESSAGE | Message to be saved along with the email subscription | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_DEVICE_ID | String argument indicating the deviceID. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_EMAIL_SUBJECT | String argument indicating the email subject to be used for subscription. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_ID | The subscription ID for the subscription using which a document can be initialized | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID | Subscription notification is sent to this existing address. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_VALUE | Subscription notification is sent to this new address. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_DEVICE_ID | Specifies an argument for subscription device id. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_PRINT_ALL | Specifies an argument whether to print all subscriptions. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_SEND_NOW | String argument indicating sendnow property for subscription. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_ZIP | Specifies an argument for subscription zip. | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_TARGET_ID | The target document ID for the schedule using which a document can be initialized | |||||||||
int | DOCUMENT_EVENT_ARGUMENT_TRIGGER_ID | String argument indicating the trigger to be used. | |||||||||
int | DOCUMENT_EVENT_CANCEL_REPROMPT_REQUEST | Specifies an event to cancel the request. | |||||||||
int | DOCUMENT_EVENT_CANCEL_REQUEST | Specifies an event to cancel the request. | |||||||||
int | DOCUMENT_EVENT_EXECUTE_DOCUMENT | Specifies an event to execute a Document. | |||||||||
int | DOCUMENT_EVENT_INITIALIZE_FROM_SCHEDULE |
This constant is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
Hence please use DOCUMENT_EVENT_INITIALIZE_FROM_SUBSCRIPTION instead.
|
|||||||||
int | DOCUMENT_EVENT_INITIALIZE_FROM_SUBSCRIPTION | Specifies an event to initialize the document bean using a subscription. | |||||||||
int | DOCUMENT_EVENT_REFRESH | Event for refreshing a report. | |||||||||
int | DOCUMENT_EVENT_SAVE_FILE_SUBSCRIPTION | Specifies an event to save subscription to a file. | |||||||||
int | DOCUMENT_EVENT_SAVE_PRINT_SUBSCRIPTION | Specifies an event to print subscription. | |||||||||
int | DOCUMENT_EVENT_SAVE_SCHEDULE |
This constant is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
Please use the events defined on the SubscriptionBean instead.
|
|||||||||
int | DOCUMENT_EVENT_SAVE_SUBSCRIPTION | event for saving an email subsription. | |||||||||
int | DOCUMENT_EVENT_SAVE_TO_INBOX | Specifies an event to save the a Document message into Inbox. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies an argument for the number of copies.
Specifies an argument for the object id of a Document.
Specifies an argument for the document name.
Specifies an argument for the object id of a Document.
File name for scheduled file export
Specifies an argument indicating whether it is collated in printer.
Specifies an argument indicating whether it is a portait in printer.
Location key for scheduled file and print export
Specifies an argument for the message id of a Document instance.
Specifies an argument for the original document message id in document drilling.
Specifies an argument for the original document's prompt answer XML in document drilling.
Specifies an argument for the new prompt answer for
WebElementsPrompt
in
document drilling.
Specifies an argument for the new prompt answer for
WebObjectsPrompt
in
document drilling.
Specifies an argument for the new prompt answer for
WebConstantPrompt
in
document drilling.
An integer prompt answer mode from EnumWebPromptAnswerMode
Specifies an argument for range end in printing.
Specifies an argument for range start in printing.
Argument indicating whether the document to be executed with fresh-execution related execution flags.
Reprompting option for refreshing a report.
Specifies whether to save the message to inbox.
Argument indicating whether to overwrite a current schedule, if existing.
Integer argument indicating whether the message should be reused while scheduling. A value of 1 indicates that it should be reused.
String argument indicating the address ID.
String argument indicating the physical addresses to be used for subscription.
Message to be saved along with the email subscription
String argument indicating the deviceID.
String argument indicating the email subject to be used for subscription.
The subscription ID for the subscription using which a document can be initialized
Subscription notification is sent to this existing address.
Subscription notification is sent to this new address. If this is supplied, it
takes precedence over
DOCUMENT_EVENT_ARGUMENT_SUBSCRIPTION_NOTIFICATION_ADDRESS_ID
.
Specifies an argument for subscription device id.
Specifies an argument whether to print all subscriptions.
String argument indicating sendnow property for subscription.
Specifies an argument for subscription zip.
The target document ID for the schedule using which a document can be initialized
String argument indicating the trigger to be used.
Specifies an event to cancel the request.
Specifies an event to cancel the request.
Specifies an event to execute a Document. The possible parameters that can be sent in are
This constant is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
Hence please use DOCUMENT_EVENT_INITIALIZE_FROM_SUBSCRIPTION
instead.
Specifies an event to initialize the document bean using a schedule.
Specifies an event to initialize the document bean using a subscription.
Event for refreshing a report.
Specifies an event to save subscription to a file.
Specifies an event to print subscription.
This constant is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
Please use the events defined on the SubscriptionBean
instead.
event for saving the schedule.
event for saving an email subsription.
Specifies an event to save the a Document message into Inbox.