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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Activitiesstatic java.lang.StringclassNameQualified class name: System.Activities.WorkflowApplicationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowApplication()WorkflowApplication(java.lang.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
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: System.Activities- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.WorkflowApplication- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowApplication
public WorkflowApplication(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowApplication
public WorkflowApplication() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WorkflowApplication
public WorkflowApplication(Activity workflowDefinition) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
WorkflowApplication
public WorkflowApplication(Activity workflowDefinition, WorkflowIdentity definitionIdentity) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classWorkflowInstance- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classWorkflowInstance- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classWorkflowInstance- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classWorkflowInstance- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classWorkflowInstance
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classWorkflowInstance- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WorkflowApplication cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWorkflowApplication, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WorkflowApplicationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
EndResumeBookmark
public BookmarkResumptionResult EndResumeBookmark(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, NetObject value, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(java.lang.String bookmarkName, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
ResumeBookmark
public BookmarkResumptionResult ResumeBookmark(java.lang.String bookmarkName, NetObject value, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
EndGetInstance
public static WorkflowApplicationInstance EndGetInstance(IAsyncResult asyncResult) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, OverflowException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionOverflowException
-
EndGetRunnableInstance
public static WorkflowApplicationInstance EndGetRunnableInstance(IAsyncResult asyncResult) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, OverflowException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionOverflowException
-
GetInstance
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ObjectDisposedException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionObjectDisposedExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
GetInstance
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, OutOfMemoryException, KeyNotFoundException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionOutOfMemoryExceptionKeyNotFoundExceptionOperationCanceledExceptionTimeoutException
-
GetRunnableInstance
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ObjectDisposedException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionObjectDisposedExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
GetRunnableInstance
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, OutOfMemoryException, KeyNotFoundException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionOutOfMemoryExceptionKeyNotFoundExceptionOperationCanceledExceptionTimeoutException
-
BeginCancel
public IAsyncResult BeginCancel(AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
BeginCancel
public IAsyncResult BeginCancel(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.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 java.lang.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:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionNullReferenceExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTimeoutException
-
BeginCreateDefaultInstanceOwner
public static IAsyncResult BeginCreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NotSupportedException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ConfigurationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionNotSupportedExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionConfigurationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTimeoutException
-
BeginDeleteDefaultInstanceOwner
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionNullReferenceExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionExceptionTimeoutException
-
BeginDeleteDefaultInstanceOwner
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ConfigurationException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionConfigurationExceptionTimeoutException
-
BeginGetInstance
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginGetInstance
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, NotSupportedException
-
BeginGetRunnableInstance
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOverflowExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginGetRunnableInstance
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionExceptionNotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionConfigurationErrorsExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionNullReferenceExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionConfigurationErrorsExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionConfigurationErrorsExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionConfigurationErrorsExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginLoad
public IAsyncResult BeginLoad(Guid instanceId, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionException
-
BeginLoadRunnableInstance
public IAsyncResult BeginLoadRunnableInstance(AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, ConfigurationErrorsException, TransactionException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionConfigurationErrorsExceptionTransactionExceptionPlatformNotSupportedExceptionNotSupportedException
-
BeginLoadRunnableInstance
public IAsyncResult BeginLoadRunnableInstance(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, NullReferenceException, ObjectDisposedException, ConfigurationErrorsException, FormatException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionNullReferenceExceptionObjectDisposedExceptionConfigurationErrorsExceptionFormatExceptionTransactionException
-
BeginPersist
public IAsyncResult BeginPersist(AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException, ValidationException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionExceptionNotSupportedExceptionValidationException
-
BeginPersist
public IAsyncResult BeginPersist(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.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:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionTimeoutExceptionValidationException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, NetObject value, AsyncCallback callback, NetObject state) throws java.lang.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 java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(java.lang.String bookmarkName, NetObject value, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginResumeBookmark
public IAsyncResult BeginResumeBookmark(java.lang.String bookmarkName, NetObject value, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginRun
public IAsyncResult BeginRun(AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
BeginRun
public IAsyncResult BeginRun(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
BeginTerminate
public IAsyncResult BeginTerminate(NetException reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException
-
BeginTerminate
public IAsyncResult BeginTerminate(NetException reason, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
BeginTerminate
public IAsyncResult BeginTerminate(java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException
-
BeginTerminate
public IAsyncResult BeginTerminate(java.lang.String reason, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
BeginUnload
public IAsyncResult BeginUnload(AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, ConfigurationErrorsException, TransactionException, NotSupportedException, ValidationException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionExceptionNotSupportedExceptionValidationException
-
BeginUnload
public IAsyncResult BeginUnload(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.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:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionTimeoutExceptionValidationException
-
Abort
public void Abort() throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException, ValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionValidationException
-
Abort
public void Abort(java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, ArgumentOutOfRangeException, ValidationException
-
Cancel
public void Cancel() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationException
-
Cancel
public void Cancel(TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
CreateDefaultInstanceOwner
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, OperationCanceledException, TimeoutException, ObjectDisposedException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionOperationCanceledExceptionTimeoutExceptionObjectDisposedExceptionTransactionException
-
CreateDefaultInstanceOwner
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NotSupportedException, NullReferenceException, OperationCanceledException, TimeoutException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionNotSupportedExceptionNullReferenceExceptionOperationCanceledExceptionTimeoutExceptionTransactionException
-
DeleteDefaultInstanceOwner
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, OverflowException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, OperationCanceledException, TimeoutException, ObjectDisposedException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOperationCanceledExceptionTimeoutExceptionObjectDisposedExceptionTransactionException
-
DeleteDefaultInstanceOwner
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OverflowException, NullReferenceException, OperationCanceledException, TimeoutException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionNullReferenceExceptionOperationCanceledExceptionTimeoutExceptionTransactionException
-
EndCancel
public void EndCancel(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndCreateDefaultInstanceOwner
public static void EndCreateDefaultInstanceOwner(IAsyncResult asyncResult) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndDeleteDefaultInstanceOwner
public static void EndDeleteDefaultInstanceOwner(IAsyncResult asyncResult) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndLoad
public void EndLoad(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndLoadRunnableInstance
public void EndLoadRunnableInstance(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndPersist
public void EndPersist(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndRun
public void EndRun(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndTerminate
public void EndTerminate(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndUnload
public void EndUnload(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
Load
public void Load(WorkflowApplicationInstance instance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException, PlatformNotSupportedException, NotSupportedException, TransactionException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionTransactionException
-
Load
public void Load(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
Load
public void Load(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionObjectDisposedExceptionFormatExceptionTransactionExceptionOutOfMemoryExceptionOperationCanceledExceptionTimeoutException
-
Load
public void Load(WorkflowApplicationInstance instance, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
Load
public void Load(Guid instanceId) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
Load
public void Load(Guid instanceId, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionObjectDisposedExceptionFormatExceptionTransactionExceptionOutOfMemoryExceptionOperationCanceledExceptionTimeoutException
-
LoadRunnableInstance
public void LoadRunnableInstance() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
LoadRunnableInstance
public void LoadRunnableInstance(TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionObjectDisposedExceptionFormatExceptionTransactionExceptionOutOfMemoryExceptionOperationCanceledExceptionTimeoutException
-
Persist
public void Persist() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
Persist
public void Persist(TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionObjectDisposedExceptionFormatExceptionTransactionExceptionOutOfMemoryExceptionOperationCanceledExceptionTimeoutException
-
RunNewWorkflowApplication
public void RunNewWorkflowApplication() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ValidationException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionValidationException
-
Run
public void Run(TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationException
-
TerminateNewWorkflowApplication
public void TerminateNewWorkflowApplication(NetException reason) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
Terminate
public void Terminate(NetException reason, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
Terminate
public void Terminate(java.lang.String reason) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException
-
Terminate
public void Terminate(java.lang.String reason, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, ValidationException
-
Unload
public void Unload() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationErrorsException, TransactionException, OperationCanceledException, TimeoutException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationErrorsExceptionTransactionExceptionOperationCanceledExceptionTimeoutException
-
Unload
public void Unload(TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ValidationException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, ObjectDisposedException, FormatException, TransactionException, OutOfMemoryException, OperationCanceledException, TimeoutException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionObjectDisposedExceptionFormatExceptionTransactionExceptionOutOfMemoryExceptionOperationCanceledExceptionTimeoutException
-
getExtensions
public WorkflowInstanceExtensionManager getExtensions() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
getInstanceStore
public InstanceStore getInstanceStore() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceStore
public void setInstanceStore(InstanceStore InstanceStore) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
-
-