Package system.workflow.activities
Class StateMachineWorkflowInstance
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.activities.StateMachineWorkflowInstance
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class StateMachineWorkflowInstance extends NetObject
The base .NET class managing System.Workflow.Activities.StateMachineWorkflowInstance, System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.Activities.StateMachineWorkflowInstance
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.String
assemblyFullName
Fully assembly qualified name: System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Workflow.Activitiesstatic java.lang.String
className
Qualified class name: System.Workflow.Activities.StateMachineWorkflowInstancestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description StateMachineWorkflowInstance()
StateMachineWorkflowInstance(java.lang.Object instance)
Internal constructor.StateMachineWorkflowInstance(WorkflowRuntime runtime, Guid instanceId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StateMachineWorkflowInstance
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoStateMachineWorkflowInstance
, a cast assert is made to check if types are compatible.void
EnqueueItem(IComparable queueName, NetObject item)
void
EnqueueItem(IComparable queueName, NetObject item, IPendingWork pendingWork, NetObject workItem)
StateActivity
getCurrentState()
java.lang.String
getCurrentStateName()
Guid
getInstanceId()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeStateMachineWorkflowActivity
getStateMachineWorkflow()
WorkflowInstance
getWorkflowInstance()
void
setJCOInstance(JCObject instance)
void
SetState(java.lang.String targetStateName)
void
SetState(StateActivity targetState)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Workflow.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.Workflow.Activities- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Workflow.Activities.StateMachineWorkflowInstance- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StateMachineWorkflowInstance
public StateMachineWorkflowInstance(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
StateMachineWorkflowInstance
public StateMachineWorkflowInstance() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
StateMachineWorkflowInstance
public StateMachineWorkflowInstance(WorkflowRuntime runtime, Guid instanceId) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, KeyNotFoundException, IndexOutOfRangeException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
OverflowException
KeyNotFoundException
IndexOutOfRangeException
WorkflowValidationFailedException
XmlException
UnauthorizedAccessException
PlatformNotSupportedException
CryptographicException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static StateMachineWorkflowInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoStateMachineWorkflowInstance
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
StateMachineWorkflowInstance
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EnqueueItem
public void EnqueueItem(IComparable queueName, NetObject item) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationException, ConfigurationErrorsException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidCastException, NullReferenceException, OverflowException, KeyNotFoundException, NotImplementedException, InvalidOperationException, ObjectDisposedException, WorkflowValidationFailedException, XmlException, NotSupportedException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationException
ConfigurationErrorsException
MissingManifestResourceException
ArgumentOutOfRangeException
InvalidCastException
NullReferenceException
OverflowException
KeyNotFoundException
NotImplementedException
InvalidOperationException
ObjectDisposedException
WorkflowValidationFailedException
XmlException
NotSupportedException
UnauthorizedAccessException
PlatformNotSupportedException
CryptographicException
-
EnqueueItem
public void EnqueueItem(IComparable queueName, NetObject item, IPendingWork pendingWork, NetObject workItem) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ObjectDisposedException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, KeyNotFoundException, InvalidOperationException, NotImplementedException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
ObjectDisposedException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
KeyNotFoundException
InvalidOperationException
NotImplementedException
WorkflowValidationFailedException
XmlException
UnauthorizedAccessException
PlatformNotSupportedException
CryptographicException
MulticastNotSupportedException
-
SetState
public void SetState(java.lang.String targetStateName) throws java.lang.Throwable, ArgumentNullException, OverflowException, KeyNotFoundException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, WorkflowValidationFailedException, XmlException, NotSupportedException, UnauthorizedAccessException, ConfigurationErrorsException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
OverflowException
KeyNotFoundException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
WorkflowValidationFailedException
XmlException
NotSupportedException
UnauthorizedAccessException
ConfigurationErrorsException
NullReferenceException
-
SetState
public void SetState(StateActivity targetState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, KeyNotFoundException, UnauthorizedAccessException, NullReferenceException
-
getInstanceId
public Guid getInstanceId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentStateName
public java.lang.String getCurrentStateName() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OverflowException, KeyNotFoundException, IndexOutOfRangeException, WorkflowValidationFailedException, XmlException, NotSupportedException, UnauthorizedAccessException, ObjectDisposedException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OverflowException
KeyNotFoundException
IndexOutOfRangeException
WorkflowValidationFailedException
XmlException
NotSupportedException
UnauthorizedAccessException
ObjectDisposedException
ConfigurationErrorsException
-
getCurrentState
public StateActivity getCurrentState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, KeyNotFoundException, IndexOutOfRangeException, ObjectDisposedException, WorkflowValidationFailedException, XmlException, NotSupportedException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
KeyNotFoundException
IndexOutOfRangeException
ObjectDisposedException
WorkflowValidationFailedException
XmlException
NotSupportedException
UnauthorizedAccessException
PlatformNotSupportedException
CryptographicException
ConfigurationErrorsException
-
getStateMachineWorkflow
public StateMachineWorkflowActivity getStateMachineWorkflow() throws java.lang.Throwable, OverflowException, ArgumentNullException, KeyNotFoundException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, WorkflowValidationFailedException, XmlException, UnauthorizedAccessException, PlatformNotSupportedException, CryptographicException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
OverflowException
ArgumentNullException
KeyNotFoundException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
WorkflowValidationFailedException
XmlException
UnauthorizedAccessException
PlatformNotSupportedException
CryptographicException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
-
getWorkflowInstance
public WorkflowInstance getWorkflowInstance() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-