Package system.activities
Class WorkflowApplication
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.hosting.WorkflowInstance
-
- system.activities.WorkflowApplication
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WorkflowApplication extends WorkflowInstance
The base .NET class managing System.Activities.WorkflowApplication, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.WorkflowApplication
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static String
assemblyShortName
Assembly name: System.Activitiesstatic String
className
Qualified class name: System.Activities.WorkflowApplicationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowApplication()
WorkflowApplication(Object instance)
Internal constructor.WorkflowApplication(Activity workflowDefinition)
WorkflowApplication(Activity workflowDefinition, WorkflowIdentity definitionIdentity)
-
Method Summary
-
Methods inherited from class system.activities.hosting.WorkflowInstance
getDefinitionIdentity, getHostEnvironment, getId, getSynchronizationContext, getWorkflowDefinition, setDefinitionIdentity, setHostEnvironment, setSynchronizationContext, setWorkflowDefinition
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Activities- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Activities.WorkflowApplication- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowApplication
public WorkflowApplication(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
WorkflowApplication
public WorkflowApplication(Activity workflowDefinition) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
WorkflowApplication
public WorkflowApplication(Activity workflowDefinition, WorkflowIdentity definitionIdentity) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classWorkflowInstance
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classWorkflowInstance
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classWorkflowInstance
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classWorkflowInstance
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classWorkflowInstance
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classWorkflowInstance
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WorkflowApplication cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoWorkflowApplication
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WorkflowApplication
instance- Throws:
Throwable
- in case of error during cast operation
-
EndResumeBookmark
public BookmarkResumptionResult EndResumeBookmark(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, NetObject value) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, NetObject value, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(String bookmarkName, NetObject value) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(String bookmarkName, NetObject value, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
EndGetInstance
public static WorkflowApplicationInstance EndGetInstance(IAsyncResult asyncResult) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, OverflowException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
OverflowException
-
EndGetRunnableInstance
public static WorkflowApplicationInstance EndGetRunnableInstance(IAsyncResult asyncResult) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, OverflowException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
OverflowException
-
GetInstance
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ObjectDisposedException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
ObjectDisposedException
TransactionException
OperationCanceledException
TimeoutException
-
GetInstance
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, OutOfMemoryException, KeyNotFoundException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
OverflowException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
TransactionException
OutOfMemoryException
KeyNotFoundException
OperationCanceledException
TimeoutException
-
GetRunnableInstance
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ObjectDisposedException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
OverflowException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
ObjectDisposedException
TransactionException
OperationCanceledException
TimeoutException
-
GetRunnableInstance
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, OutOfMemoryException, KeyNotFoundException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
OverflowException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
TransactionException
OutOfMemoryException
KeyNotFoundException
OperationCanceledException
TimeoutException
-
BeginCancel
public IAsyncResult BeginCancel(AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
BeginCancel
public IAsyncResult BeginCancel(TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
BeginCreateDefaultInstanceOwner
public static IAsyncResult BeginCreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
NullReferenceException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
TimeoutException
-
BeginCreateDefaultInstanceOwner
public static IAsyncResult BeginCreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NotSupportedException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ConfigurationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
OverflowException
NotSupportedException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ConfigurationException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
TimeoutException
-
BeginDeleteDefaultInstanceOwner
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
OverflowException
NullReferenceException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
TimeoutException
-
BeginDeleteDefaultInstanceOwner
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ConfigurationException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
OverflowException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ConfigurationException
TimeoutException
-
BeginGetInstance
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginGetInstance
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, NotSupportedException
-
BeginGetRunnableInstance
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
OverflowException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginGetRunnableInstance
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
OverflowException
NullReferenceException
ConfigurationErrorsException
TransactionException
NotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
ConfigurationErrorsException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
NullReferenceException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
ConfigurationErrorsException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
ConfigurationErrorsException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(Guid instanceId, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
ConfigurationErrorsException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(Guid instanceId, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
-
BeginLoadRunnableInstance
public IAsyncResult BeginLoadRunnableInstance(AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
ConfigurationErrorsException
TransactionException
PlatformNotSupportedException
NotSupportedException
-
BeginLoadRunnableInstance
public IAsyncResult BeginLoadRunnableInstance(TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
NullReferenceException
ObjectDisposedException
ConfigurationErrorsException
FormatException
TransactionException
-
BeginPersist
public IAsyncResult BeginPersist(AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
ConfigurationErrorsException
TransactionException
NotSupportedException
ValidationException
-
BeginPersist
public IAsyncResult BeginPersist(TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, TimeoutException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FormatException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
OverflowException
TimeoutException
ValidationException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, NetObject value, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, NetObject value, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(String bookmarkName, NetObject value, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(String bookmarkName, NetObject value, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginRun
public IAsyncResult BeginRun(AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
BeginRun
public IAsyncResult BeginRun(TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
BeginTerminate
public IAsyncResult BeginTerminate(NetException reason, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException
-
BeginTerminate
public IAsyncResult BeginTerminate(NetException reason, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
BeginTerminate
public IAsyncResult BeginTerminate(String reason, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException
-
BeginTerminate
public IAsyncResult BeginTerminate(String reason, TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginUnload
public IAsyncResult BeginUnload(AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
ConfigurationErrorsException
TransactionException
NotSupportedException
ValidationException
-
BeginUnload
public IAsyncResult BeginUnload(TimeSpan timeout, AsyncCallback callback, NetObject state) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, TimeoutException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FormatException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
OverflowException
TimeoutException
ValidationException
-
Abort
public void Abort() throws Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException, ValidationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
FormatException
ValidationException
-
Abort
public void Abort(String reason) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, ArgumentOutOfRangeException, ValidationException
-
Cancel
public void Cancel() throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
-
Cancel
public void Cancel(TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
CreateDefaultInstanceOwner
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, OperationCanceledException, TimeoutException, ObjectDisposedException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OverflowException
OperationCanceledException
TimeoutException
ObjectDisposedException
TransactionException
-
CreateDefaultInstanceOwner
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NotSupportedException, NullReferenceException, OperationCanceledException, TimeoutException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
OverflowException
NotSupportedException
NullReferenceException
OperationCanceledException
TimeoutException
TransactionException
-
DeleteDefaultInstanceOwner
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, OverflowException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OperationCanceledException, TimeoutException, ObjectDisposedException, TransactionException
-
DeleteDefaultInstanceOwner
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NullReferenceException, OperationCanceledException, TimeoutException, TransactionException
-
EndCancel
public void EndCancel(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndCreateDefaultInstanceOwner
public static void EndCreateDefaultInstanceOwner(IAsyncResult asyncResult) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndDeleteDefaultInstanceOwner
public static void EndDeleteDefaultInstanceOwner(IAsyncResult asyncResult) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndLoad
public void EndLoad(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndLoadRunnableInstance
public void EndLoadRunnableInstance(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndPersist
public void EndPersist(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndRun
public void EndRun(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndTerminate
public void EndTerminate(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndUnload
public void EndUnload(IAsyncResult result) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
Load
public void Load(WorkflowApplicationInstance instance) throws Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException, PlatformNotSupportedException, NotSupportedException, TransactionException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
MulticastNotSupportedException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ValidationException
PlatformNotSupportedException
NotSupportedException
TransactionException
-
Load
public void Load(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
Load
public void Load(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ValidationException
PlatformNotSupportedException
ConfigurationErrorsException
ConfigurationException
ObjectDisposedException
FormatException
TransactionException
OutOfMemoryException
OperationCanceledException
TimeoutException
-
Load
public void Load(WorkflowApplicationInstance instance, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
Load
public void Load(Guid instanceId) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
Load
public void Load(Guid instanceId, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ValidationException
PlatformNotSupportedException
ConfigurationErrorsException
ConfigurationException
ObjectDisposedException
FormatException
TransactionException
OutOfMemoryException
OperationCanceledException
TimeoutException
-
LoadRunnableInstance
public void LoadRunnableInstance() throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
LoadRunnableInstance
public void LoadRunnableInstance(TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ValidationException
PlatformNotSupportedException
ConfigurationErrorsException
ConfigurationException
ObjectDisposedException
FormatException
TransactionException
OutOfMemoryException
OperationCanceledException
TimeoutException
-
Persist
public void Persist() throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
Persist
public void Persist(TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ValidationException
PlatformNotSupportedException
ConfigurationErrorsException
ConfigurationException
ObjectDisposedException
FormatException
TransactionException
OutOfMemoryException
OperationCanceledException
TimeoutException
-
RunNewWorkflowApplication
public void RunNewWorkflowApplication() throws Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException
-
Run
public void Run(TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
-
TerminateNewWorkflowApplication
public void TerminateNewWorkflowApplication(NetException reason) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
Terminate
public void Terminate(NetException reason, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
Terminate
public void Terminate(String reason) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
Terminate
public void Terminate(String reason, TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
Unload
public void Unload() throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationErrorsException
TransactionException
OperationCanceledException
TimeoutException
-
Unload
public void Unload(TimeSpan timeout) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ValidationException
PlatformNotSupportedException
ConfigurationErrorsException
ConfigurationException
ObjectDisposedException
FormatException
TransactionException
OutOfMemoryException
OperationCanceledException
TimeoutException
-
getExtensions
public WorkflowInstanceExtensionManager getExtensions() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
getInstanceStore
public InstanceStore getInstanceStore() throws Throwable
- Throws:
Throwable
-
setInstanceStore
public void setInstanceStore(InstanceStore InstanceStore) throws Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
-
-