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.String
assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Workflow.ComponentModelstatic java.lang.String
className
Qualified class name: System.Workflow.ComponentModel.Design.WorkflowThemestatic JCType
classType
The 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 WorkflowTheme
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWorkflowTheme
, a cast assert is made to check if types are compatible.WorkflowTheme
Clone()
void
close()
static WorkflowTheme
CreateStandardTheme(ThemeType standardThemeType)
static java.lang.String
GenerateThemeFilePath()
AmbientTheme
getAmbientTheme()
java.lang.String
getContainingFileDirectory()
static WorkflowTheme
getCurrentTheme()
java.lang.String
getDescription()
ActivityDesignerTheme
GetDesignerTheme(ActivityDesigner designer)
IList
getDesignerThemes()
static boolean
getEnableChangeNotification()
java.lang.String
getFilePath()
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 Typestatic java.lang.String
getLookupPath()
java.lang.String
getName()
boolean
getReadOnly()
static java.lang.String
getRegistryKeyPath()
ThemeType
getType()
java.lang.String
getVersion()
static WorkflowTheme
Load(java.lang.String themeFilePath)
static WorkflowTheme
Load(IDesignerSerializationManager serializationManager, java.lang.String themeFilePath)
static WorkflowTheme
LoadThemeSettingFromRegistry()
void
Save(java.lang.String themeFilePath)
static void
SaveThemeSettingToRegistry()
static void
setCurrentTheme(WorkflowTheme CurrentTheme)
void
setDescription(java.lang.String Description)
static void
setEnableChangeNotification(boolean EnableChangeNotification)
void
setFilePath(java.lang.String FilePath)
void
setJCOInstance(JCObject instance)
void
setName(java.lang.String Name)
void
setReadOnly(boolean ReadOnly)
void
setVersion(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.Throwable
Internal 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.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
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WorkflowTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWorkflowTheme
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WorkflowTheme
instance- 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.Throwable
ArgumentNullException
ArgumentException
FormatException
NotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
SecurityException
MemberAccessException
UriFormatException
OutOfMemoryException
PathTooLongException
-
GetDesignerTheme
public ActivityDesignerTheme GetDesignerTheme(ActivityDesigner designer) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, XmlException, FormatException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
IndexOutOfRangeException
NotSupportedException
XmlException
FormatException
CultureNotFoundException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
AmbiguousMatchException
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
NotImplementedException
SecurityException
FileNotFoundException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
PlatformNotSupportedException
KeyNotFoundException
ConfigurationErrorsException
FormatException
MulticastNotSupportedException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
NotSupportedException
MissingMethodException
ExternalException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in 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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PathTooLongException
OutOfMemoryException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
NullReferenceException
PlatformNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
SecurityException
MemberAccessException
ConfigurationException
UriFormatException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
NotSupportedException
NotImplementedException
SecurityException
FileNotFoundException
AccessViolationException
ObjectDisposedException
UnauthorizedAccessException
IndexOutOfRangeException
IOException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getAmbientTheme
public AmbientTheme getAmbientTheme() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, XmlException, FormatException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, AmbiguousMatchException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
IndexOutOfRangeException
NotSupportedException
XmlException
FormatException
CultureNotFoundException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
AmbiguousMatchException
-
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.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
-
setCurrentTheme
public static void setCurrentTheme(WorkflowTheme CurrentTheme) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
-