public class WorkflowInstance extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.Runtime.WorkflowInstance
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Workflow.Runtime
|
static java.lang.String |
className
Qualified class name: System.Workflow.Runtime.WorkflowInstance
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowInstance() |
WorkflowInstance(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Abort() |
void |
ApplyWorkflowChanges(WorkflowChanges workflowChanges) |
static WorkflowInstance |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowInstance, a cast assert is made to check if types are compatible. |
void |
EnqueueItem(IComparable queueName,
NetObject item,
IPendingWork pendingWork,
NetObject workItem) |
void |
EnqueueItemOnIdle(IComparable queueName,
NetObject item,
IPendingWork pendingWork,
NetObject workItem) |
Guid |
getInstanceId() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
Activity |
GetWorkflowDefinition() |
DateTime |
GetWorkflowNextTimerExpiration() |
WorkflowRuntime |
getWorkflowRuntime() |
void |
Load() |
void |
ReloadTrackingProfiles() |
void |
Resume() |
void |
setJCOInstance(JCObject instance) |
void |
Start() |
void |
Suspend(java.lang.String error) |
void |
Terminate(java.lang.String error) |
boolean |
TryUnload() |
void |
Unload() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowInstance()
throws java.lang.Throwable
java.lang.Throwablepublic WorkflowInstance(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Abort()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
TransactionException,
FileNotFoundException,
DirectoryNotFoundException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
TransactionAbortedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionTransactionExceptionFileNotFoundExceptionDirectoryNotFoundExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTransactionAbortedExceptionpublic void ApplyWorkflowChanges(WorkflowChanges workflowChanges) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, FormatException, KeyNotFoundException, CultureNotFoundException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, MulticastNotSupportedException, ApplicationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionApplicationExceptionpublic static WorkflowInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowInstance, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowInstance instancejava.lang.Throwable - in case of error during cast operationpublic void EnqueueItem(IComparable queueName, NetObject item, IPendingWork pendingWork, NetObject workItem) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, FormatException, KeyNotFoundException, CultureNotFoundException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionpublic void EnqueueItemOnIdle(IComparable queueName, NetObject item, IPendingWork pendingWork, NetObject workItem) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, FormatException, KeyNotFoundException, CultureNotFoundException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionpublic Guid getInstanceId() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic Activity GetWorkflowDefinition() throws java.lang.Throwable, OverflowException, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableOverflowExceptionArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic DateTime GetWorkflowNextTimerExpiration() throws java.lang.Throwable, OverflowException, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableOverflowExceptionArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic WorkflowRuntime getWorkflowRuntime() throws java.lang.Throwable
java.lang.Throwablepublic void Load()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionpublic void ReloadTrackingProfiles()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
XmlSchemaException,
TrackingProfileDeserializationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionXmlSchemaExceptionTrackingProfileDeserializationExceptionpublic void Resume()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void Start()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
TransactionAbortedException,
PersistenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionTransactionAbortedExceptionPersistenceExceptionpublic void Suspend(java.lang.String error)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionpublic void Terminate(java.lang.String error)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
TransactionAbortedException,
PersistenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionTransactionAbortedExceptionPersistenceExceptionpublic boolean TryUnload()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
TransactionAbortedException,
PersistenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionTransactionAbortedExceptionPersistenceExceptionpublic void Unload()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
FormatException,
KeyNotFoundException,
CultureNotFoundException,
WorkflowValidationFailedException,
XmlException,
UnauthorizedAccessException,
PlatformNotSupportedException,
CryptographicException,
MulticastNotSupportedException,
TransactionAbortedException,
PersistenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionCultureNotFoundExceptionWorkflowValidationFailedExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionMulticastNotSupportedExceptionTransactionAbortedExceptionPersistenceException