PFDataHub Class |
Namespace: Packflow.Interface
[HubNameAttribute("pFDataHub")] public class PFDataHub : Hub
The PFDataHub type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clients | (Inherited from Hub.) |
![]() | Context | (Inherited from Hub.) |
![]() | Groups | (Inherited from Hub.) |
Name | Description | |
---|---|---|
![]() | ApplyRelationChanges |
Applies changes to an item's relations.
|
![]() | CanAdministrateItems |
Checks if the current user can administrate (=is owner of) the specified items.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanChangeItemsContext |
Checks if the current user can change the application context of the specified items.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanCreateItem |
Checks if the current user can create an item in the specified content-type.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanDeleteItem |
Checks if the current user can delete the specified item.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanDeleteItems |
Checks if the current user can delete the specified items.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanReassignTasks |
Checks if the current user can reassign the specified tasks.
Returns "OK" if validated, else returns a translated error message.
|
![]() | CanUnlinkItem |
Checks if the current user can remove a relation between a source item and a target item.
Returns "OK" if validated, else returns a translated error message.
|
![]() | ChangeItemsContext |
Changes the applications context of the specified items.
|
![]() | ChangeItemsStep |
Changes the state of the specified items.
|
![]() | CreateValueForChoiceField |
Creates a value in the target content-type of a choice field.
|
![]() | CustomAction_Cancel |
Cancels a custom action.
|
![]() | CustomAction_Confirmation |
Returns an HTML for the confirmation dialog of a custom action (PFItemBatchAction).
|
![]() | CustomAction_Execute |
Executes a custom action (PFItemBatchAction) with an optional list of parameters.
|
![]() | CustomAction_Pause |
Pauses a custom action.
|
![]() | CustomAction_Resume |
Resumes a custom action.
|
![]() | DeleteItems |
Deletes the specified items.
|
![]() | Dispose | (Inherited from Hub.) |
![]() | Dispose(Boolean) | (Inherited from Hub.) |
![]() | GetAvailableFields |
Gets the html of available fields for a list of content-types.
|
![]() | GetFilterAvailableValues |
Gets HTML of available values for a specific field in a view.
|
![]() | GetGridViewContent |
Gets the content of the gridview, including the data table and extra information.
|
![]() | GetGridViewGroupContent |
Gets the content of a gridview group.
|
![]() | GetQuickSearchFieldSelection |
Generates a list of checkboxes to select fields for quick search.
|
![]() | GetReassignTaskUsersAutoComplete |
Gets an autocomplete popup containing users available for a task reassignment.
|
![]() | GetUsersAutoComplete |
Gets the HTML of the autocomplete selection popup, shown when the user types in the search area.
|
![]() | GetUsersSelect |
Gets an HTML select containing all users.
|
![]() | GetValueForChoiceField |
Gets a value in the target content-type of a choice field.
|
![]() | InvokeTypeScriptApiEndpoint |
Invokes the given TS API endpoint.
|
![]() | OnConnected | (Inherited from Hub.) |
![]() | OnDisconnected | (Inherited from Hub.) |
![]() | OnReconnected | (Inherited from Hub.) |
![]() | PFWidget_QuickAccess_GetValues |
Gets filtered values, to be shown in the QuickAccess widget.
|
![]() | ReassignTasks |
Reassigns the tasks to the specified user.
|
![]() | RefreshFileData |
Refreshes WordForm or QuickParts of the specified files.
Returns "OK" if succeeded, else returns an error message.
|
![]() | SubscribeAsGridView |
Makes a gridview subscribe to updates.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) |
![]() | EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) |
![]() | EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) |
![]() | GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) |
![]() | IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) |
![]() | IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) |
![]() | Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |