Method | Description | |
---|---|---|
AddResource ( string resourceDefinition, string roles ) : string | ||
BizRule ( ServiceAction sa, dynamic xmlRequest, System.Guid dataListID ) : dynamic | ||
CallProcedure ( string serverName, string databaseName, string procedure, string parameters, string mode, string username, string password ) : string | ||
CheckCredentials ( string domain, string username, string password ) : string | ||
CheckPermissions ( string path, string username, string password ) : string | ||
CompileResource ( string resourceDefinition ) : string | ||
DeleteResource ( string resourceName, string type, string roles ) : string | ||
DeployResource ( string resourceDefinition, string roles ) : string | ||
Dispose ( ) : void | ||
DynamicService ( ServiceAction sa, System.Guid dataListID ) : System.Guid |
Invoke a Dynamic Service
|
|
DynamicServicesInvoker ( ) : System.Xml.XPath | ||
DynamicServicesInvoker ( IFrameworkDataChannel dsfChannel, IFrameworkDuplexDataChannel managementChannel = null, bool loggingEnabled = false, IWorkspace workspace = null ) : System.Xml.XPath | ||
FindDependencies ( string resourceName ) : string | ||
FindDependenciesRecursive ( string resourceName ) : string | ||
FindDirectory ( string directoryPath, string domain, string username, string password ) : string | ||
FindDrive ( string domain, string username, string password ) : string | ||
FindMachineName ( ) : string | ||
FindNetworkComputers ( ) : string | ||
FindResource ( string resourceName, string type, string roles ) : string | ||
FindResourceForBinding ( string resourceName, string type, string roles ) : string | ||
FindResources ( string resourceName, string type, string roles ) : string | ||
FindResourcesByID ( string guidCsv, string type ) : string | ||
FindServerUsername ( ) : string | ||
FindSourcesByType ( string type ) : string | ||
FindSqlDatabaseSchema ( string serverName, string databaseName, string username, string password ) : string | ||
FindSqlDatabases ( string serverName, string username, string password ) : string | ||
FindSupportedDatabaseServers ( ) : string | ||
GetLatest ( string editedItemsXml ) : string | ||
GetResource ( string resourceName, string resourceType, string roles ) : string | ||
GetXElement ( string xmlRequest ) : dynamic |
A utility method to create an Unlimited Object from an xml string
|
|
InterrogatePlugin ( string assemblyLocation, string assemblyName, string method, string args ) : string | ||
Invoke ( |
||
Invoke ( IDynamicServicesHost resourceDirectory, dynamic xmlRequest, System.Guid dataListId, |
Responsible for the processing of all inbound requests This method is reentrant and will call itself to for every invocation required in every generation of nesting. e.g services made up of services
|
|
Invoke ( ServiceAction serviceAction, IDSFDataObject dataObj, string dataList ) : System.Guid | ||
InvokeService ( string name, string action, string args ) : string | ||
ManagementDynamicService ( ServiceAction serviceAction, IDSFDataObject xmlRequest ) : System.Guid |
Invoke a management method which is a statically coded method in the service implementation for service engine administrators
|
|
MySqlDatabase ( ServiceAction serviceAction, dynamic xmlRequest ) : dynamic | ||
PingTest ( ) : string |
Simple ping test that returns the date the message was processed back to the caller
|
|
Plugin ( ServiceAction plugin, IDSFDataObject req ) : System.Guid |
Invokes a plugin assembly
|
|
Plugin ( ServiceAction plugin, IDSFDataObject req, bool formatOutput ) : System.Guid |
Invokes a plugin assembly
|
|
PluginMetaDataRegistry ( string asmLoc, string nameSpace, string protectionLevel, string methodName ) : string | ||
RegisteredAssembly ( ) : string | ||
ReloadResource ( string resourceName, string resourceType ) : string |
This is a management method that allows administrative users to realod a specific service
|
|
ReloadServices ( ) : string |
This is a management method and allows administrative users to reload services. This will be called when service definitions have been ammended and need to become live
|
|
SetDynamicServiceMode ( string xmlRequest ) : string | ||
SqlDatabaseCommand ( ServiceAction serviceAction, IDSFDataObject req ) : dynamic | ||
Switch ( ServiceAction serviceAction, dynamic xmlRequest, System.Guid dataListID ) : dynamic | ||
UpdateWorkspaceItem ( string itemXml, string roles ) : string | ||
WebService ( ServiceAction service, dynamic xmlRequest ) : dynamic |
Invokes a web service
|
|
Workflow ( ServiceAction workflowAction, dynamic xmlRequest, int i ) : dynamic | ||
WorkflowApplication ( ServiceAction action, IDSFDataObject dataObj, string dataList ) : dynamic |
Method | Description | |
---|---|---|
AddErrorsToDataList ( |
||
BuildMethodSignature ( |
||
CreateSqlCommand ( |
||
DispatchDebugState ( dynamic xmlRequest, System.Guid dataListId, |
Dispatches the error state to the client
|
|
Eval ( string sExpression ) : object |
Evaluates a string of C# code and returns the result.
|
|
GetAllDefsAsXML ( string source, dynamic serviceData ) : string | ||
GetDirectoryInfoAsJSON ( |
||
GetDriveInfoAsJSON ( |
Gets the drive info as JSON.
|
|
GetOutputFormatterFromServiceAction ( ServiceAction serviceAction ) : IOutputFormatter | ||
GetResourceNameAsXml ( string source, dynamic serviceData ) : string | ||
GetSourceResourceAsXml ( string source, dynamic serviceData ) : string | ||
GetWorkerServiceResourceAsXml ( string source, dynamic serviceData ) : string | ||
GetXmlDataFromSqlServiceAction ( ServiceAction serviceAction ) : string | ||
InterogatePluginAssembly ( StringBuilder pluginData, |
||
LogonUser ( string lpszUsername, string lpszDomain, string lpszPassword, int dwLogonType, int dwLogonProvider, |
public AddResource ( string resourceDefinition, string roles ) : string | ||
resourceDefinition | string | |
roles | string | |
return | string |
public BizRule ( ServiceAction sa, dynamic xmlRequest, System.Guid dataListID ) : dynamic | ||
sa | ServiceAction | |
xmlRequest | dynamic | |
dataListID | System.Guid | |
return | dynamic |
public CallProcedure ( string serverName, string databaseName, string procedure, string parameters, string mode, string username, string password ) : string | ||
serverName | string | |
databaseName | string | |
procedure | string | |
parameters | string | |
mode | string | |
username | string | |
password | string | |
return | string |
public CheckCredentials ( string domain, string username, string password ) : string | ||
domain | string | |
username | string | |
password | string | |
return | string |
public CheckPermissions ( string path, string username, string password ) : string | ||
path | string | |
username | string | |
password | string | |
return | string |
public CompileResource ( string resourceDefinition ) : string | ||
resourceDefinition | string | |
return | string |
public DeleteResource ( string resourceName, string type, string roles ) : string | ||
resourceName | string | |
type | string | |
roles | string | |
return | string |
public DeployResource ( string resourceDefinition, string roles ) : string | ||
resourceDefinition | string | |
roles | string | |
return | string |
public DynamicService ( ServiceAction sa, System.Guid dataListID ) : System.Guid | ||
sa | ServiceAction | The action of type InvokeDynamicService |
dataListID | System.Guid | The data list ID. |
return | System.Guid |
public DynamicServicesInvoker ( ) : System.Xml.XPath | ||
return | System.Xml.XPath |
public DynamicServicesInvoker ( IFrameworkDataChannel dsfChannel, IFrameworkDuplexDataChannel managementChannel = null, bool loggingEnabled = false, IWorkspace workspace = null ) : System.Xml.XPath | ||
dsfChannel | IFrameworkDataChannel | |
managementChannel | IFrameworkDuplexDataChannel | |
loggingEnabled | bool | |
workspace | IWorkspace | |
return | System.Xml.XPath |
public FindDependencies ( string resourceName ) : string | ||
resourceName | string | |
return | string |
public FindDependenciesRecursive ( string resourceName ) : string | ||
resourceName | string | |
return | string |
public FindDirectory ( string directoryPath, string domain, string username, string password ) : string | ||
directoryPath | string | |
domain | string | |
username | string | |
password | string | |
return | string |
public FindDrive ( string domain, string username, string password ) : string | ||
domain | string | |
username | string | |
password | string | |
return | string |
public FindResource ( string resourceName, string type, string roles ) : string | ||
resourceName | string | |
type | string | |
roles | string | |
return | string |
public FindResourceForBinding ( string resourceName, string type, string roles ) : string | ||
resourceName | string | |
type | string | |
roles | string | |
return | string |
public FindResources ( string resourceName, string type, string roles ) : string | ||
resourceName | string | |
type | string | |
roles | string | |
return | string |
public FindResourcesByID ( string guidCsv, string type ) : string | ||
guidCsv | string | |
type | string | |
return | string |
public FindSourcesByType ( string type ) : string | ||
type | string | |
return | string |
public FindSqlDatabaseSchema ( string serverName, string databaseName, string username, string password ) : string | ||
serverName | string | |
databaseName | string | |
username | string | |
password | string | |
return | string |
public FindSqlDatabases ( string serverName, string username, string password ) : string | ||
serverName | string | |
username | string | |
password | string | |
return | string |
public FindSupportedDatabaseServers ( ) : string | ||
return | string |
public GetLatest ( string editedItemsXml ) : string | ||
editedItemsXml | string | |
return | string |
public GetResource ( string resourceName, string resourceType, string roles ) : string | ||
resourceName | string | |
resourceType | string | |
roles | string | |
return | string |
public GetXElement ( string xmlRequest ) : dynamic | ||
xmlRequest | string | The XML request. |
return | dynamic |
public InterrogatePlugin ( string assemblyLocation, string assemblyName, string method, string args ) : string | ||
assemblyLocation | string | |
assemblyName | string | |
method | string | |
args | string | |
return | string |
public Invoke ( |
||
service | ||
xmlRequest | dynamic | |
dataListId | System.Guid | |
errors | ||
return | System.Guid |
public Invoke ( IDynamicServicesHost resourceDirectory, dynamic xmlRequest, System.Guid dataListId, |
||
resourceDirectory | IDynamicServicesHost | The singleton instance of the service library that contains all the logical services |
xmlRequest | dynamic | The actual client request message |
dataListId | System.Guid | The id of the data list |
errors | Errors resulting from this invoke | |
return | System.Guid |
public Invoke ( ServiceAction serviceAction, IDSFDataObject dataObj, string dataList ) : System.Guid | ||
serviceAction | ServiceAction | |
dataObj | IDSFDataObject | |
dataList | string | |
return | System.Guid |
public InvokeService ( string name, string action, string args ) : string | ||
name | string | |
action | string | |
args | string | |
return | string |
public ManagementDynamicService ( ServiceAction serviceAction, IDSFDataObject xmlRequest ) : System.Guid | ||
serviceAction | ServiceAction | Action of type InvokeManagementDynamicService |
xmlRequest | IDSFDataObject | The XML request. |
return | System.Guid |
public MySqlDatabase ( ServiceAction serviceAction, dynamic xmlRequest ) : dynamic | ||
serviceAction | ServiceAction | |
xmlRequest | dynamic | |
return | dynamic |
public Plugin ( ServiceAction plugin, IDSFDataObject req ) : System.Guid | ||
plugin | ServiceAction | The action of type Plugin |
req | IDSFDataObject | The req. |
return | System.Guid |
public Plugin ( ServiceAction plugin, IDSFDataObject req, bool formatOutput ) : System.Guid | ||
plugin | ServiceAction | The action of type Plugin |
req | IDSFDataObject | The req. |
formatOutput | bool | Indicates if the output of the plugin should be run through the formatter |
return | System.Guid |
public PluginMetaDataRegistry ( string asmLoc, string nameSpace, string protectionLevel, string methodName ) : string | ||
asmLoc | string | |
nameSpace | string | |
protectionLevel | string | |
methodName | string | |
return | string |
public ReloadResource ( string resourceName, string resourceType ) : string | ||
resourceName | string | Name of the resource. |
resourceType | string | Type of the resource. |
return | string |
public SetDynamicServiceMode ( string xmlRequest ) : string | ||
xmlRequest | string | |
return | string |
public SqlDatabaseCommand ( ServiceAction serviceAction, IDSFDataObject req ) : dynamic | ||
serviceAction | ServiceAction | |
req | IDSFDataObject | |
return | dynamic |
public Switch ( ServiceAction serviceAction, dynamic xmlRequest, System.Guid dataListID ) : dynamic | ||
serviceAction | ServiceAction | |
xmlRequest | dynamic | |
dataListID | System.Guid | |
return | dynamic |
public UpdateWorkspaceItem ( string itemXml, string roles ) : string | ||
itemXml | string | |
roles | string | |
return | string |
public WebService ( ServiceAction service, dynamic xmlRequest ) : dynamic | ||
service | ServiceAction | The action of type InvokeWebService |
xmlRequest | dynamic | The XML request. |
return | dynamic |
public Workflow ( ServiceAction workflowAction, dynamic xmlRequest, int i ) : dynamic | ||
workflowAction | ServiceAction | |
xmlRequest | dynamic | |
i | int | |
return | dynamic |
public WorkflowApplication ( ServiceAction action, IDSFDataObject dataObj, string dataList ) : dynamic | ||
action | ServiceAction | |
dataObj | IDSFDataObject | |
dataList | string | |
return | dynamic |