PublicAPI.Processes.WorkflowTaskBase.WorkflowTaskELMA API Documentation
Process Task
Access path: PublicAPI.Processes.WorkflowTaskBase.WorkflowTask
Methods

  NameDescription
Public methodAddComment(WorkflowTask, CommentActionModel)
Add a comment to the task
Public methodAddComment(WorkflowTask, String)
Add a comment to the task
Public methodAddComment(WorkflowTask, String, User)
Public methodAddComment(WorkflowTask, String, IEnumerable Attachment )
Add a comment to the task
Public methodCount 
Returns the total number of objects of this type
Public methodCount(IEntityFilter)
Get Total Number of Objects by Filter
Public methodCreate
Create New Entity (without a Database entry)
Public methodDelete
Delete Object
Public methodFilter
Creates an assistant for working with the "Workflow Process Task" object filter
Public methodFind(FetchOptions)
Find objects according to fetch options
Public methodFind(String)
Find objects according to the filter in the EQL language
Public methodFind(IEntityFilter, FetchOptions)
Fing objects according to fetch options and filter
Public methodFindByIdArray
Find All Objects by Array IDs
Public methodIsDirty
Check, if there are unsaved changes in the object
Public methodIsNew
Check, if the object is new (not saved in the database)
Public methodLoad(Guid)
Load by UID. If not found, an exception is invoked
Public methodLoad(Int64)
Load by ID. If not found, an exception is invoked
Public methodLoadOrCreate(Guid)
Load by ID. If not found, the new object is returned
Public methodLoadOrCreate(Int64)
Load by ID. If not found, the new object is returned
Public methodLoadOrNull(Guid)
Load by UID. If not found, null is returned
Public methodLoadOrNull(Int64)
Load by ID. If not found, null is returned
Public methodReAssign(Int64, User)
Public methodReAssign(Int64, User, Comment)
Public methodReAssign(Int64, User, DateTime)
Reassign task
Public methodReAssign(Int64, User, String)
Public methodReAssign(Int64, User, DateTime, Comment)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime)
Reassign task
Public methodReAssign(Int64, User, DateTime, String)
Reassign task
Public methodReAssign(Int64, User, DateTime, TaskPriority, String)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime, Comment)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime, TaskPriority)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime, String)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime, TaskPriority, Comment)
Reassign task
Public methodReAssign(Int64, User, DateTime, DateTime, TaskPriority, String)
Reassign task
Public methodRefresh
Refresh (read over) Object from Database
Public methodRenameWorkflowTask
Rename task
Public methodSave
Save Object to Database
Public methodSetFactWorkLog(Int64, Int64)
Set fact time report in minutes
Public methodSetFactWorkLog(Int64, Int64, DateTime)
Set fact time report in minutes
Public methodSetFactWorkLog(Int64, Int64, String)
Set fact time report in minutes
Public methodSetFactWorkLog(Int64, Int64, DateTime, String)
Set fact time report in minutes
Public methodSetFactWorkLogDays(Int64, Int64)
Set fact time report, in days
Public methodSetFactWorkLogDays(Int64, Int64, DateTime)
Set fact time report, in days
Public methodSetFactWorkLogDays(Int64, Int64, String)
Set fact time report, in days
Public methodSetFactWorkLogDays(Int64, Int64, DateTime, String)
Set fact time report, in days
Public methodSetFactWorkLogHours(Int64, Int64)
Set fact time report in hours
Public methodSetFactWorkLogHours(Int64, Int64, DateTime)
Set fact time report in hours
Public methodSetFactWorkLogHours(Int64, Int64, String)
Set fact time report in hours
Public methodSetFactWorkLogHours(Int64, Int64, DateTime, String)
Set fact time report in hours
Public methodSetTaskEndDate
Change the task end date
Back to Top
Properties

  NameDescription
Public propertyTypeUid
Returns the unique object identifier "Workflow Process Task"
Back to Top
Remarks

Section containing methods for managing process tasks
See Also