Public Member Functions | |
| HRESULT | ClientType ([in] EnumDSSApplicationType ClientType) |
| Set the delivery mechanism of this request, for example, for agent, web, scheduler, or sysAdmin. | |
| HRESULT | ClientType ([out, retval] EnumDSSApplicationType *pClientType) |
| Return the delivery mechanism of this request, for example, for agent, web, scheduler, or sysAdmin. | |
| HRESULT | FinishTime ([in] DATE aDate) |
| Returns the time when the DSS server finished executing this user request. | |
| HRESULT | FinishTime ([out, retval] DATE *pDate) |
| Returns the time when the DSS server finished executing this user request. | |
| HRESULT | FolderName ([in] BSTR FolderName) |
| Set the name of the folder where the object resides. | |
| HRESULT | FolderName ([out, retval] BSTR *pFolderName) |
| This is the name of the folder where the object resides. | |
| HRESULT | MsgCreationTime ([out, retval] DATE *pDate) |
| Returns the creation time of this inbox message. | |
| HRESULT | MsgID ([out, retval] BSTR *pID) |
| Returns the GUID of the inbox message. | |
| HRESULT | MsgModificationTime ([out, retval] DATE *pDate) |
| Returns the time when the inbox message is last modified. | |
| HRESULT | MsgStatus ([in] EnumDSSInBoxMessageStatus Status) |
| The status of the inbox message, for example, new or read. | |
| HRESULT | MsgStatus ([out, retval] EnumDSSInBoxMessageStatus *pStatus) |
| The status of the inbox message, for example, new or read. | |
| HRESULT | MsgText ([in] BSTR MsgText) |
| A text string of this inbox message. | |
| HRESULT | MsgText ([out, retval] BSTR *pMsgText) |
| A text string of this inbox message. | |
| HRESULT | MsgTitle ([in] BSTR MsgTitle) |
| Set the title of the message. | |
| HRESULT | MsgTitle ([out, retval] BSTR *pMsgTitle) |
| Returns the title of the message. | |
| HRESULT | MsgType ([out, retval] EnumDSSInBoxMsgType *pMsgType) |
| Returns the type of the inbox message, for example, general message, persistent message or active job message. | |
| HRESULT | ObjCreatorName ([in] BSTR CreatorName) |
| This is the name of the creator of the object user submitted. | |
| HRESULT | ObjCreatorName ([out, retval] BSTR *pCreatorName) |
| Returns the name of the creator who created this object. | |
| HRESULT | ObjDescription ([in] BSTR ObjDescription) |
| This is a text description of the object user submitted. | |
| HRESULT | ObjDescription ([out, retval] BSTR *pObjDescription) |
| Returns the description of the object submitted, for example, the description of a report or document. | |
| HRESULT | ObjectID ([out, retval] BSTR *pObjID) |
| Returns the GUID of the object (that is, report or document) definition in the metadata. | |
| HRESULT | ParentMsgID ([out, retval] BSTR *pParentMsgID) |
| The parent message ID of a child report message. | |
| HRESULT | ProjectID ([out, retval] BSTR *pProjectID) |
| Returns the GUID of the project that the object belongs to. | |
| HRESULT | ProjectName ([in] BSTR ProjectName) |
| Returns the name of the project that the object belongs to. | |
| HRESULT | ProjectName ([out, retval] BSTR *pProjectName) |
| Returns the name of the project that the object belongs to. | |
| HRESULT | RqstStatus ([in] EnumDSSUserRequestStatus aRqstStatus) |
| Set the status of this user request, for example, report result ready, job execution or error. | |
| HRESULT | RqstStatus ([out, retval] EnumDSSUserRequestStatus *pRqstStatus) |
| Returns the status of this user request, for example, report result ready, job execution or error. | |
| HRESULT | RqstType ([in] EnumDSSUserRequestType RqstType) |
| Get the type of the object the user has submitted, for example, a report, a document, or a workbook. | |
| HRESULT | RqstType ([out, retval] EnumDSSUserRequestType *pRqstType) |
| Returns the type of the object the user has submitted, for example, a report, a document, or a workbook. | |
| HRESULT | StartTime ([in] DATE aDate) |
| Returns the time when the user request started to be processed by the DSS server. | |
| HRESULT | StartTime ([out, retval] DATE *pDate) |
| Returns the time when the user request started to be processed by the DSS server. | |
|
|
Set the delivery mechanism of this request, for example, for agent, web, scheduler, or sysAdmin. This is the type of client application from which this user request is submitted, such as from Web, Agent, Scheduler or SysAdmin. We have the following types:
|
|
|
Return the delivery mechanism of this request, for example, for agent, web, scheduler, or sysAdmin. This is the type of client application from which this user request is submitted, such as from Web, Agent, Scheduler or SysAdmin. We have the following types:
|
|
|
Returns the time when the DSS server finished executing this user request.
|
|
|
Returns the time when the DSS server finished executing this user request.
|
|
|
Set the name of the folder where the object resides.
|
|
|
This is the name of the folder where the object resides.
|
|
|
Returns the creation time of this inbox message.
|
|
|
Returns the GUID of the inbox message.
|
|
|
Returns the time when the inbox message is last modified.
|
|
|
The status of the inbox message, for example, new or read. Two useful statuses are DssInBoxNewMsg and DssInBoxReadMsg.
|
|
|
The status of the inbox message, for example, new or read. Two useful statuses are DssInBoxNewMsg and DssInBoxReadMsg.
|
|
|
A text string of this inbox message. It is the message body when the message is of type DssInBoxMsgTypeGeneral. It is also a text description of execution errors when the user requesting this message is about to run into an error in execution.. This is a text string of this inbox message. It may be an error description from the job execution, or some general statements created by the sysAdmin to inform all the users of the system status.
|
|
|
A text string of this inbox message. It is the message body when the message is of type DssInBoxMsgTypeGeneral. It is also a text description of execution errors when the user requesting this message is about to run into an error in execution.. This is a text string of this inbox message. It may be an error description from the job execution, or some general statements created by the sysAdmin to inform all the users of the system status.
|
|
|
Set the title of the message. If the message is about a report or document execution, the title is the name of the report or document. The title of this inbox message. If the message is about a report or document execution, this is the name of the report or document user submitted.
|
|
|
Returns the title of the message. If the message is about a report or document execution, the title is the name of the report or document.. The title of this inbox message. If the message is about a report or document execution, this is the name of the report or document user submitted.
|
|
|
Returns the type of the inbox message, for example, general message, persistent message or active job message.
|
|
|
This is the name of the creator of the object user submitted.
|
|
|
Returns the name of the creator who created this object.
|
|
|
This is a text description of the object user submitted. Returns the description of the object submitted, for example, the description of a report or document.
|
|
|
Returns the description of the object submitted, for example, the description of a report or document. This is a text description of the object user submitted.
|
|
|
Returns the GUID of the object (that is, report or document) definition in the metadata. This is the GUID of the object that the user requested. It could be a report definition ID, or a document definition ID.
|
|
|
The parent message ID of a child report message. Returns the GUID of the parent message when this message is a child report message created in document execution.
|
|
|
Returns the GUID of the project that the object belongs to.
|
|
|
Returns the name of the project that the object belongs to.
|
|
|
Returns the name of the project that the object belongs to.
|
|
|
Set the status of this user request, for example, report result ready, job execution or error.
|
|
|
Returns the status of this user request, for example, report result ready, job execution or error.
|
|
|
Get the type of the object the user has submitted, for example, a report, a document, or a workbook. This is the type of user request.
|
|
|
Returns the type of the object the user has submitted, for example, a report, a document, or a workbook. This is the type of user request.
|
|
|
Returns the time when the user request started to be processed by the DSS server.
|
|
|
Returns the time when the user request started to be processed by the DSS server.
|