Class WorkflowDesignerLoader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.design.serialization.DesignerLoader
-
- system.componentmodel.design.serialization.BasicDesignerLoader
-
- system.workflow.componentmodel.design.WorkflowDesignerLoader
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDesignerLoaderService
public class WorkflowDesignerLoader extends BasicDesignerLoader
The base .NET class managing System.Workflow.ComponentModel.Design.WorkflowDesignerLoader, System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Design.WorkflowDesignerLoader
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.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Workflow.ComponentModelstatic java.lang.StringclassNameQualified class name: System.Workflow.ComponentModel.Design.WorkflowDesignerLoaderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowDesignerLoader()WorkflowDesignerLoader(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddActivityToDesigner(Activity activity)static WorkflowDesignerLoadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWorkflowDesignerLoader, a cast assert is made to check if types are compatible.voidDispose()voidFlush()voidForceReload()java.lang.StringgetFileName()TextReaderGetFileReader(java.lang.String filePath)TextWriterGetFileWriter(java.lang.String filePath)booleangetInDebugMode()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidRemoveActivityFromDesigner(Activity activity)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.componentmodel.design.serialization.BasicDesignerLoader
BeginLoad
-
Methods inherited from class system.componentmodel.design.serialization.DesignerLoader
getLoading
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.design.serialization.IDesignerLoaderService
AddLoadDependency, DependentLoadComplete, Reload
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, 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.ComponentModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Workflow.ComponentModel.Design.WorkflowDesignerLoader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowDesignerLoader
public WorkflowDesignerLoader(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowDesignerLoader
public WorkflowDesignerLoader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDesignerLoaderService- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classBasicDesignerLoader- 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 interfaceIDesignerLoaderService- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classBasicDesignerLoader- 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 interfaceIDesignerLoaderService- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classBasicDesignerLoader- 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 interfaceIDesignerLoaderService- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classBasicDesignerLoader- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classBasicDesignerLoader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDesignerLoaderService- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classBasicDesignerLoader- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WorkflowDesignerLoader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWorkflowDesignerLoader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WorkflowDesignerLoaderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetFileReader
public TextReader GetFileReader(java.lang.String filePath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetFileWriter
public TextWriter GetFileWriter(java.lang.String filePath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AddActivityToDesigner
public void AddActivityToDesigner(Activity activity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionSecurityException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, RankException, MulticastNotSupportedException, NullReferenceException- Overrides:
Disposein classBasicDesignerLoader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionRankExceptionMulticastNotSupportedExceptionNullReferenceException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException- Overrides:
Flushin classBasicDesignerLoader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeException
-
ForceReload
public void ForceReload() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, MissingManifestResourceException, MulticastNotSupportedException, FormatException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException
-
RemoveActivityFromDesigner
public void RemoveActivityFromDesigner(Activity activity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
getInDebugMode
public boolean getInDebugMode() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getFileName
public java.lang.String getFileName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-