Class Hierarchy
Object > BasicObject > Notification
Type |
Property |
Name |
Affected Object |
||
Base Date |
||
Object for Base Date for Time Interval |
||
Process to Be Executed |
||
Completed by |
||
Date |
||
Repetition Rule |
||
Executed on/at |
||
Sent to |
||
Recipient |
||
Message |
||
Time Span |
||
Subtract Time Span |
||
Reason |
||
Recalculate the Date When the Base Date Changes |
||
Recipient |
||
Execute Follow-Up Repeatedly |
||
History |
||
Notification Source |
||
State |
||
State Change on/at |
||
Subscribers |
||
Template |
||
Action |
||
Use Explicit Date |
||
Private Follow-Up |
||
Affected Object |
Return Type |
Signature |
GetNextNotificationDate( |
|
ReCalculateResubmissionDate( |
Affected Object (FSCNOTIFICATION@1.1001:notificationattachments)
unique Object[] FSCNOTIFICATION@1.1001:notificationattachments readonly
Additional Information
Base Date (FSCNOTIFICATION@1.1001:notificationbasedateattr)
ComponentObject FSCNOTIFICATION@1.1001:notificationbasedateattr readonly
Additional Information
Object for Base Date for Time Interval (FSCNOTIFICATION@1.1001:notificationbasedateobj)
Object FSCNOTIFICATION@1.1001:notificationbasedateobj readonly
Process to Be Executed (FSCNOTIFICATION@1.1001:notificationbpmndiagram)
WorkFlowDiagram FSCNOTIFICATION@1.1001:notificationbpmndiagram not null readonly
Additional Information
Completed by (FSCNOTIFICATION@1.1001:notificationcompletedby)
User[] FSCNOTIFICATION@1.1001:notificationcompletedby readonly
Date (FSCNOTIFICATION@1.1001:notificationdate)
date FSCNOTIFICATION@1.1001:notificationdate local readonly volatile
Repetition Rule (FSCNOTIFICATION@1.1001:notificationdeadlinereiteration)
DeadlineReiteration FSCNOTIFICATION@1.1001:notificationdeadlinereiteration readonly
Executed on/at (FSCNOTIFICATION@1.1001:notificationdispatchedat)
date FSCNOTIFICATION@1.1001:notificationdispatchedat local readonly
Sent to (FSCNOTIFICATION@1.1001:notificationdispatchedto)
User[] FSCNOTIFICATION@1.1001:notificationdispatchedto readonly
Recipient (FSCNOTIFICATION@1.1001:notificationdisprecipient)
unique AdministrationObject[] FSCNOTIFICATION@1.1001:notificationdisprecipient readonly volatile
Additional Information
Message (FSCNOTIFICATION@1.1001:notificationmessage)
string[] FSCNOTIFICATION@1.1001:notificationmessage readonly
Time Span (FSCNOTIFICATION@1.1001:notificationperiod)
Object FSCNOTIFICATION@1.1001:notificationperiod not null readonly
Additional Information
Subtract Time Span (FSCNOTIFICATION@1.1001:notificationperiodsubtract)
boolean FSCNOTIFICATION@1.1001:notificationperiodsubtract readonly
Reason (FSCNOTIFICATION@1.1001:notificationreason)
string FSCNOTIFICATION@1.1001:notificationreason readonly
Recalculate the Date When the Base Date Changes (FSCNOTIFICATION@1.1001:notificationrecalcdate)
boolean FSCNOTIFICATION@1.1001:notificationrecalcdate readonly
Recipient (FSCNOTIFICATION@1.1001:notificationrecipient)
unique AdministrationObject[] FSCNOTIFICATION@1.1001:notificationrecipient not null readonly
Additional Information
Execute Follow-Up Repeatedly (FSCNOTIFICATION@1.1001:notificationrepeatedly)
boolean FSCNOTIFICATION@1.1001:notificationrepeatedly readonly
History (FSCNOTIFICATION@1.1001:notificationrepetition)
NotificationRepetionType[] FSCNOTIFICATION@1.1001:notificationrepetition readonly
Notification Source (FSCNOTIFICATION@1.1001:notificationsource)
Object FSCNOTIFICATION@1.1001:notificationsource readonly
State (FSCNOTIFICATION@1.1001:notificationstate)
NotifyStateInitialized
NotifyStateReInitialized
NotifyStateDispatched
NotifyStateCancelled
NotifyStateDone
ComponentState FSCNOTIFICATION@1.1001:notificationstate readonly
Additional Information
State Change on/at (FSCNOTIFICATION@1.1001:notificationstatechangedat)
date FSCNOTIFICATION@1.1001:notificationstatechangedat local readonly volatile
Subscribers (FSCNOTIFICATION@1.1001:notificationsubscribers)
User[] FSCNOTIFICATION@1.1001:notificationsubscribers readonly
Additional Information
Template (FSCNOTIFICATION@1.1001:notificationtemplate)
NotificationTemplate FSCNOTIFICATION@1.1001:notificationtemplate readonly
Action (FSCNOTIFICATION@1.1001:notificationtype)
ResubmissionNotificationType FSCNOTIFICATION@1.1001:notificationtype readonly
Use Explicit Date (FSCNOTIFICATION@1.1001:notificationusedate)
boolean FSCNOTIFICATION@1.1001:notificationusedate readonly
Private Follow-Up (FSCNOTIFICATION@1.1001:personalnotification)
boolean FSCNOTIFICATION@1.1001:personalnotification readonly
Affected Object (FSCNOTIFICATION@1.1001:personalnotificationattachments)
unique Object[] FSCNOTIFICATION@1.1001:personalnotificationattachments readonly
Additional Information
FSCNOTIFICATION@1.1001:GetNextNotificationDate
datetime FSCNOTIFICATION@1.1001:GetNextNotificationDate(
out retval datetime nextnotificationdate,
out optional TypeLongTermDeadlines deadlineentry)
Name |
Description |
nextnotificationdate |
the date of the next notification
|
deadlineentry |
the deadline entry of the next notification date
|
FSCNOTIFICATION@1.1001:ReCalculateResubmissionDate
ModifiedAtDateTimeDef
) the notification date is cleared by execution of this action.
void FSCNOTIFICATION@1.1001:ReCalculateResubmissionDate(
optional boolean disablemodifiedcheck,
optional datetime notificationdate)
Name |
Description |
disablemodifiedcheck |
paramter for special handling for notification directly executed after last modification.
|
notificationdate |
the notification date can be set for notifications which use an explicit notification date (
notificationusedate ). |