Class WorkflowTheme
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.WorkflowTheme
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDisposable
public class WorkflowTheme extends NetObject implements IDisposable, java.lang.AutoCloseable
The base .NET class managing System.Workflow.ComponentModel.Design.WorkflowTheme, 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.WorkflowTheme
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.WorkflowThemestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowTheme()WorkflowTheme(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowThemecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWorkflowTheme, a cast assert is made to check if types are compatible.WorkflowThemeClone()voidclose()static WorkflowThemeCreateStandardTheme(ThemeType standardThemeType)static java.lang.StringGenerateThemeFilePath()AmbientThemegetAmbientTheme()java.lang.StringgetContainingFileDirectory()static WorkflowThemegetCurrentTheme()java.lang.StringgetDescription()ActivityDesignerThemeGetDesignerTheme(ActivityDesigner designer)IListgetDesignerThemes()static booleangetEnableChangeNotification()java.lang.StringgetFilePath()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 Typestatic java.lang.StringgetLookupPath()java.lang.StringgetName()booleangetReadOnly()static java.lang.StringgetRegistryKeyPath()ThemeTypegetType()java.lang.StringgetVersion()static WorkflowThemeLoad(java.lang.String themeFilePath)static WorkflowThemeLoad(IDesignerSerializationManager serializationManager, java.lang.String themeFilePath)static WorkflowThemeLoadThemeSettingFromRegistry()voidSave(java.lang.String themeFilePath)static voidSaveThemeSettingToRegistry()static voidsetCurrentTheme(WorkflowTheme CurrentTheme)voidsetDescription(java.lang.String Description)static voidsetEnableChangeNotification(boolean EnableChangeNotification)voidsetFilePath(java.lang.String FilePath)voidsetJCOInstance(JCObject instance)voidsetName(java.lang.String Name)voidsetReadOnly(boolean ReadOnly)voidsetVersion(java.lang.String Version)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
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.WorkflowTheme- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowTheme
public WorkflowTheme(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowTheme
public WorkflowTheme() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, PlatformNotSupportedException, SecurityException, UriFormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionPlatformNotSupportedExceptionSecurityExceptionUriFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- 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 interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- 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 interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WorkflowTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWorkflowTheme, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WorkflowThemeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GenerateThemeFilePath
public static java.lang.String GenerateThemeFilePath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, UriFormatException, OutOfMemoryException, PathTooLongException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongException
-
GetDesignerTheme
public ActivityDesignerTheme GetDesignerTheme(ActivityDesigner designer) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, NotSupportedException, XmlException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException, MissingMethodException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionCultureNotFoundExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionMissingMethodException
-
Clone
public WorkflowTheme Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, OutOfMemoryException, ConfigurationErrorsException, WorkflowMarkupSerializationException, OverflowException, FormatException, AmbiguousMatchException, MulticastNotSupportedException, InvalidCastException, UnauthorizedAccessException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionOutOfMemoryExceptionConfigurationErrorsExceptionWorkflowMarkupSerializationExceptionOverflowExceptionFormatExceptionAmbiguousMatchExceptionMulticastNotSupportedExceptionInvalidCastExceptionUnauthorizedAccessExceptionXmlSchemaException
-
CreateStandardTheme
public static WorkflowTheme CreateStandardTheme(ThemeType standardThemeType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, UriFormatException, PathTooLongException, KeyNotFoundException, XmlException, ConfigurationErrorsException, CultureNotFoundException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionUriFormatExceptionPathTooLongExceptionKeyNotFoundExceptionXmlExceptionConfigurationErrorsExceptionCultureNotFoundExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionExternalException
-
Load
public static WorkflowTheme Load(IDesignerSerializationManager serializationManager, java.lang.String themeFilePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, XmlException, TaskSchedulerException, OperationCanceledException, AggregateException, XmlSchemaException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionXmlSchemaExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchException
-
Load
public static WorkflowTheme Load(java.lang.String themeFilePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, IndexOutOfRangeException, XmlException, AggregateException, FormatException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionAggregateExceptionFormatExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchException
-
LoadThemeSettingFromRegistry
public static WorkflowTheme LoadThemeSettingFromRegistry() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, SecurityException, FileNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, NullReferenceException, NotSupportedException, InvalidCastException, XmlException, ConfigurationErrorsException, FormatException, OutOfMemoryException, WorkflowMarkupSerializationException, PlatformNotSupportedException, KeyNotFoundException, MissingMethodException, MemberAccessException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionNotSupportedExceptionInvalidCastExceptionXmlExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionWorkflowMarkupSerializationExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMissingMethodExceptionMemberAccessExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionExternalException
-
Save
public void Save(java.lang.String themeFilePath) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, XmlException, NullReferenceException, SecurityException, ConfigurationErrorsException, WorkflowMarkupSerializationException, OverflowException, AmbiguousMatchException, MulticastNotSupportedException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionXmlExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionWorkflowMarkupSerializationExceptionOverflowExceptionAmbiguousMatchExceptionMulticastNotSupportedExceptionInvalidCastException
-
SaveThemeSettingToRegistry
public static void SaveThemeSettingToRegistry() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, SecurityException, FileNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, PlatformNotSupportedException, KeyNotFoundException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ObjectDisposedException, ExternalException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionObjectDisposedExceptionExternalException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getEnableChangeNotification
public static boolean getEnableChangeNotification() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableChangeNotification
public static void setEnableChangeNotification(boolean EnableChangeNotification) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDesignerThemes
public IList getDesignerThemes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContainingFileDirectory
public java.lang.String getContainingFileDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PathTooLongException, OutOfMemoryException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPathTooLongExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getFilePath
public java.lang.String getFilePath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFilePath
public void setFilePath(java.lang.String FilePath) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getLookupPath
public static java.lang.String getLookupPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, ConfigurationException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionMemberAccessExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryException
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getRegistryKeyPath
public static java.lang.String getRegistryKeyPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, SecurityException, FileNotFoundException, AccessViolationException, ObjectDisposedException, UnauthorizedAccessException, IndexOutOfRangeException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionIOException
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVersion
public void setVersion(java.lang.String Version) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getAmbientTheme
public AmbientTheme getAmbientTheme() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, NotSupportedException, XmlException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException, MissingMethodException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionCultureNotFoundExceptionConfigurationErrorsExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionAmbiguousMatchExceptionMissingMethodException
-
getType
public ThemeType getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentTheme
public static WorkflowTheme getCurrentTheme() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, KeyNotFoundException, XmlException, ConfigurationErrorsException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MemberAccessException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionXmlExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMemberAccessExceptionExternalException
-
setCurrentTheme
public static void setCurrentTheme(WorkflowTheme CurrentTheme) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
-