public class WorkflowRuntime extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.Runtime.WorkflowRuntime
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.WorkflowRuntime
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowRuntime() |
WorkflowRuntime(java.lang.Object instance)
Internal constructor.
|
WorkflowRuntime(java.lang.String configSectionName) |
WorkflowRuntime(WorkflowRuntimeSection settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddService(NetObject service) |
static WorkflowRuntime |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowRuntime, a cast assert is made to check if types are compatible. |
void |
close() |
WorkflowInstance |
CreateWorkflow(NetType workflowType) |
WorkflowInstance |
CreateWorkflow(XmlReader workflowDefinitionReader) |
void |
Dispose() |
boolean |
getIsStarted() |
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
|
java.lang.String |
getName() |
NetObject |
GetService(NetType serviceType) |
WorkflowInstance |
GetWorkflow(Guid instanceId) |
void |
RemoveService(NetObject service) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
StartRuntime() |
void |
StopRuntime() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowRuntime()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
PlatformNotSupportedException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException,
KeyNotFoundException,
CultureNotFoundException,
MulticastNotSupportedException,
OutOfMemoryException,
SystemException,
AbandonedMutexException,
RemotingException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
WaitHandleCannotBeOpenedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSystemExceptionAbandonedMutexExceptionRemotingExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionpublic WorkflowRuntime(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WorkflowRuntime(java.lang.String configSectionName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
OverflowException,
PlatformNotSupportedException,
FormatException,
IndexOutOfRangeException,
KeyNotFoundException,
MulticastNotSupportedException,
OutOfMemoryException,
SystemException,
AbandonedMutexException,
RemotingException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
WaitHandleCannotBeOpenedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSystemExceptionAbandonedMutexExceptionRemotingExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionpublic WorkflowRuntime(WorkflowRuntimeSection settings) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, OverflowException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, ObjectDisposedException, KeyNotFoundException, CultureNotFoundException, MulticastNotSupportedException, OutOfMemoryException, SystemException, AbandonedMutexException, RemotingException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionOverflowExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSystemExceptionAbandonedMutexExceptionRemotingExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionpublic void AddService(NetObject service) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, KeyNotFoundException, MulticastNotSupportedException, FormatException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionFormatExceptionpublic static WorkflowRuntime cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowRuntime, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowRuntime instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic WorkflowInstance CreateWorkflow(NetType workflowType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, ConfigurationErrorsException, KeyNotFoundException, MulticastNotSupportedException, TrackingProfileDeserializationException, CryptographicException, ApplicationException, SecurityException, PlatformNotSupportedException, Win32Exception, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, OverflowException, XmlException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionConfigurationErrorsExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionTrackingProfileDeserializationExceptionCryptographicExceptionApplicationExceptionSecurityExceptionPlatformNotSupportedExceptionWin32ExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionXmlExceptionpublic WorkflowInstance CreateWorkflow(XmlReader workflowDefinitionReader) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, ConfigurationException, ConfigurationErrorsException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, InvalidOperationException, MulticastNotSupportedException, CryptographicException, SecurityException, PlatformNotSupportedException, NotSupportedException, Win32Exception, OverflowException, XmlException, UnauthorizedAccessException, WorkflowValidationFailedException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionConfigurationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionCryptographicExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionOverflowExceptionXmlExceptionUnauthorizedAccessExceptionWorkflowValidationFailedExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentNullException,
RemotingException,
FormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
MissingManifestResourceException,
IndexOutOfRangeException,
NotSupportedException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionRemotingExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic boolean getIsStarted()
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 java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetService(NetType serviceType) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, KeyNotFoundException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionKeyNotFoundExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionpublic WorkflowInstance GetWorkflow(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, OverflowException, KeyNotFoundException, WorkflowValidationFailedException, IndexOutOfRangeException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationException, ConfigurationErrorsException, FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionKeyNotFoundExceptionWorkflowValidationFailedExceptionIndexOutOfRangeExceptionXmlExceptionUnauthorizedAccessExceptionPlatformNotSupportedExceptionCryptographicExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionpublic void RemoveService(NetObject service) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, KeyNotFoundException, FormatException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionKeyNotFoundExceptionFormatExceptionMulticastNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void StartRuntime()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
PathTooLongException,
InvalidCastException,
NullReferenceException,
FormatException,
OverflowException,
PlatformNotSupportedException,
Win32Exception,
ObjectDisposedException,
KeyNotFoundException,
MulticastNotSupportedException,
WorkflowValidationFailedException,
XmlSchemaException,
XmlException,
TrackingProfileDeserializationException,
CryptographicException,
SecurityException,
IOException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionObjectDisposedExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionWorkflowValidationFailedExceptionXmlSchemaExceptionXmlExceptionTrackingProfileDeserializationExceptionCryptographicExceptionSecurityExceptionIOExceptionApplicationExceptionpublic void StopRuntime()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
PathTooLongException,
InvalidCastException,
NullReferenceException,
FormatException,
OverflowException,
PlatformNotSupportedException,
Win32Exception,
IndexOutOfRangeException,
KeyNotFoundException,
TransactionAbortedException,
PersistenceException,
WorkflowValidationFailedException,
XmlSchemaException,
XmlException,
TrackingProfileDeserializationException,
CryptographicException,
SecurityException,
IOException,
ApplicationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionTransactionAbortedExceptionPersistenceExceptionWorkflowValidationFailedExceptionXmlSchemaExceptionXmlExceptionTrackingProfileDeserializationExceptionCryptographicExceptionSecurityExceptionIOExceptionApplicationException