PFTask Properties |
The PFTask type exposes the following members.
Name | Description | |
---|---|---|
AbsolutePrintUrl |
Gets the absolute url of the print form of this item.
(Inherited from PFItem.) | |
AbsoluteUrl |
Gets the absolute url of the form of this item.
(Inherited from PFItem.) | |
ActorType |
Gets the type of actor owning this task.
Currently only concerns normal actors, but will be used later to identify non-human actors
and actors not impacting the decision of a workflow.
| |
ApplicationContext |
Gets the current application context of this item, if not yet assigned,
will assign and return first found context on the parent application.
(Inherited from PFItem.) | |
ApplicationContextId | Gets or sets the id of the current application context of this item. Note : can only be assigned if this item has not been created yet or if the current application context does not exist anymore. | |
ApplicationContextName |
Gets the name of the current application context of this item.
(Inherited from PFItem.) | |
AssignedTo |
Gets the owner of this task.
| |
BeforeSaveValues |
Gets the previous values of modified fields before the latest Save.
(Inherited from PFBaseObject.)Note: this feature is NOT persisted in the database and therefore only concerns this instance. | |
CanDelete |
Checks if the current permission context allows current user to delete this object.
(Inherited from PFBaseObject.) | |
CanRead |
Checks if the current permission context allows current user to access this object.
(Inherited from PFBaseObject.) | |
CanUpdate |
Checks if the current permission context allows current user to update this object.
(Inherited from PFBaseObject.) | |
Caption |
Gets the display text representing this item.
(Inherited from PFItem.) | |
Comments |
Gets a relation allowing to access all comments.
(Inherited from PFItem.) | |
CommentsEnabled |
Gets a value indicating whether comments are enabled.
(Inherited from PFItem.) | |
Created |
Indicates if this object has been created and is still in database (positive Id).
(Inherited from PFBaseObject.) | |
CreatedAt |
Gets the date of creation of this object in the database.
(Inherited from PFBaseObject.) | |
CreatedBy |
Gets the user who created this object in the database.
(Inherited from PFBaseObject.) | |
Data |
Gets the metadata of this item.
(Inherited from PFItem.) | |
DateLastReminder |
Gets the date of the last time this task was reminded to the owner by the PFTaskReminderJob.
| |
DateObjectCreation |
Gets the date of the creation of this object in memory.
(Inherited from PFManagedObject.) | |
Deleted |
True if this object is flagged as deleted.
(Inherited from PFBaseObject.) | |
DeletedAt |
Date of the suppression of this object.
(Inherited from PFBaseObject.) | |
DeletedBy |
The user who deleted this object.
(Inherited from PFBaseObject.) | |
DisableNotificationsTemporarily |
Gets or sets a value indicating whether all operations on this item
should avoid to send notifications to users.
(Inherited from PFItem.)Important : this flag will only concern the current INSTANCE of this object. | |
DueDate |
Gets the due date.
| |
DueStartDate |
Gets the due start date.
| |
EnableVersionMergeToResolveSaveConflicts |
If an object is saved with an older version than the last persisted (in database),
the system will try to merge the versions values (if no conflicts between values)
and will then save the merged item to database.
Note : this setting is NOT persisted and will affect this object instance only.
(Inherited from PFItem.) | |
EndDate |
Gets the end date.
| |
Events |
Gets a relation allowing to access all significant events that occurred during the life of this item.
(Inherited from PFItem.) | |
Exists |
Indicates if this object has been created, still exists in database and is not flagged for suppression.
(Inherited from PFBaseObject.) | |
ExternalConnectionId |
Gets or sets the id of the PFExternalConnection having created and synchronized this item.
If not synchronized, this value is 0 or less.
(Inherited from PFItem.) | |
Files |
Gets a relation allowing to access all files attached to this item using a PFFileHolderField.
(Inherited from PFItem.) | |
Guid |
Gets the GUID identifying this object.
Must be used if Id is no more viable, example if content were merged.
(Inherited from PFBaseObject.) | |
HasPendingModifications |
Checks if there is pending changes.
Will check if the values are different from the currently persisted values.
(Inherited from PFBaseObject.) | |
HasPendingPermissionsModifications |
Checks if there is pending modifications in permissions.
Will compute permissions (RUD) and check if there is differences with current persisted permissions.
(Inherited from PFBaseObject.) | |
HasWorkflowItem |
Checks in database if the parent workflow item is available.
| |
Id |
Gets the id identifying this object.
Must be used to find or identify an object because faster than Guid.
(Inherited from PFBaseObject.) | |
InboundTransition |
Gets the last persisted display name of the last taken transition.
(Inherited from PFItem.) | |
InboundTransitionId |
Gets the id of the last transition taken in the workflow, corresponding to the modeling Transition id.
(Inherited from PFItem.) | |
IsSynchronizedWithAnExternalSource |
Gets a value indicating whether this instance is synchronized with an external source.
(Inherited from PFItem.) | |
IsWorkflowTask |
Gets a value indicating whether this task is related to a workflow or not.
| |
KeepBeforeSaveValues |
Gets or sets a value indicating whether
the Save should keep a collection of the modified fields previous values.
(Inherited from PFItem.)Note: this feature is NOT persisted in the database and therefore only concerns this instance. | |
Logger |
Gets the logger, used to log any useful warning, error or information in the database.
(Inherited from PFManagedObject.) | |
LogIdentification |
Gets a technical text representing this object.
(Inherited from PFBaseObject.) | |
ModelItem |
If this item is linked to or synchronized with a modeled item,
this will contain the ContentItem (from the model).
(Inherited from PFItem.) | |
ModelItemGuid |
If this item is linked to or synchronized with a modeled item,
this will contain the Guid of that ContentItem.
(Inherited from PFItem.) | |
OwnerItem |
Gets the owner item of this item. Based on the item relation with the correct ownership.
(Inherited from PFItem.) | |
ParentApplication |
Gets the parent application of this item.
(Inherited from PFItem.) | |
ParentContentType |
Gets the parent content-type of this item.
(Inherited from PFItem.) | |
PermissionContext |
Gets an object calculating permissions on demand.
(Inherited from PFItem.) | |
Permissions |
Gets the permission set (RUD permissions) of this item.
(Inherited from PFBaseObject.) | |
PermissionSetDeleteId |
Id of the permission set for Delete access.
(Inherited from PFBaseObject.) | |
PermissionSetDeleteXml |
XML of serialized permission set for Delete access.
(Inherited from PFBaseObject.) | |
PermissionSetReadId |
Id of the permission set for Read access.
(Inherited from PFBaseObject.) | |
PermissionSetReadXml |
XML of serialized permission set for Read access.
(Inherited from PFBaseObject.) | |
PermissionSetUpdateId |
Id of the permission set for Update access.
(Inherited from PFBaseObject.) | |
PermissionSetUpdateXml |
XML of serialized permission set for Update access.
(Inherited from PFBaseObject.) | |
PrintUrl |
Gets the relative url of the print form of this item.
(Inherited from PFItem.) | |
Reference |
Gets or sets the formatted text used to represent this item.
(Inherited from PFItem.) | |
RemindersCount |
Gets the number of time this task has been reminded to the owner by the PFTaskReminderJob.
| |
ShortCaption |
Gets the short display text representing this item.
(Inherited from PFItem.) | |
Site |
Gets the root of the persisted objects tree.
(Inherited from PFBaseObject.) | |
StartDate |
Gets the start date.
| |
State |
Gets the last persisted display name of the current state.
Uses Workflow_ModelState to access the modeling object.
(Inherited from PFItem.) | |
State_Translated |
Gets the display name of the current state, translation based on current user effective language.
(Inherited from PFItem.) | |
StateId |
Gets the current state in the workflow, corresponding to the modeling State id.
(Inherited from PFItem.) | |
StateInstanceId |
Gets the instance of state in the workflow. This will change every time this item's state changes,
even if the state is the same.
(Inherited from PFItem.) | |
Status |
Gets or sets the status of the last taken transition in the workflow.
(Inherited from PFItem.) | |
Subscriptions |
Gets a relation allowing to access all subscriptions.
(Inherited from PFItem.) | |
TaskActive |
Gets a value indicating whether the task has not been completed or cancelled yet.
| |
TaskStatus |
Change status of this task. Task is enacted (and saved) if the change of status is authorized by standard Task workflow. If changed to "Finished", workflow outbound transition is set and parent workflow item is enacted too. This does not mean that workflow item will move, BUT workflow item will be saved anyway. | |
Title |
Gets or sets the title.
| |
UpdatedAt |
Gets the date of the last update of this object.
(Inherited from PFBaseObject.) | |
UpdatedBy |
Gets the user who last updated this object in the database.
(Inherited from PFBaseObject.) | |
Url |
Gets the relative url of the form of this item.
(Inherited from PFItem.) | |
UserUpdatedAt |
Gets the date of the last update (ignoring system updates) of this object.
(Inherited from PFItem.) | |
UserUpdatedBy |
Gets the user who last updated this object in the database (ignoring system updates).
(Inherited from PFItem.) | |
VersionNumber |
Gets the version number of this object in database. Incremented after each save.
(Inherited from PFBaseObject.) | |
Workflow_CurrentUserTask |
Gets the current user task in the current state instance, if found.
(Inherited from PFItem.) | |
Workflow_InstanceTasks |
Gets the task of the current state instance.
(Inherited from PFItem.) | |
Workflow_ModelState |
Gets the current workflow state.
(Inherited from PFItem.) | |
Workflow_ModelStep |
Gets the current workflow step.
(Inherited from PFItem.) | |
Workflow_Tasks |
Gets all tasks attached to the workflow of this item.
(Inherited from PFItem.) | |
WorkflowContentTypeGuid |
Gets the content-type guid of the workflow item (using this task).
| |
WorkflowContentTypeId |
Gets the content-type id of the workflow item (using this task).
| |
WorkflowItem |
Gets the parent workflow item.
| |
WorkflowItemGuid |
Gets the guid of the workflow item (using this task).
| |
WorkflowItemId |
Gets the id of the workflow item (using this task).
| |
WorkflowOutboundTransition |
Gets the last persisted display name of the chosen transition.
| |
WorkflowOutboundTransitionId |
Gets the transition id of the chosen transition.
| |
WorkflowReference |
Gets the reference of the workflow item (using this task).
| |
WorkflowState |
Gets the last persisted display name of the parent workflow state.
| |
WorkflowStateId |
Gets the current state of the parent workflow.
| |
WorkflowStateInstanceId |
Gets the instance of state of the parent workflow.
|