public class WebWorkflowRole extends WorkflowRole
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.Activities.WebWorkflowRole
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.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Workflow.Activities
|
static java.lang.String |
className
Qualified class name: System.Workflow.Activities.WebWorkflowRole
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebWorkflowRole() |
WebWorkflowRole(java.lang.Object instance)
Internal constructor.
|
WebWorkflowRole(java.lang.String roleName) |
WebWorkflowRole(java.lang.String roleName,
java.lang.String provider) |
| Modifier and Type | Method and Description |
|---|---|
static WebWorkflowRole |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WebWorkflowRole, a cast assert is made to check if types are compatible. |
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 |
getRoleProvider() |
boolean |
IncludesIdentity(java.lang.String identity) |
void |
setJCOInstance(JCObject instance) |
void |
setRoleProvider(java.lang.String RoleProvider) |
getName, setNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebWorkflowRole()
throws java.lang.Throwable
java.lang.Throwablepublic WebWorkflowRole(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WebWorkflowRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic WebWorkflowRole(java.lang.String roleName,
java.lang.String provider)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static WebWorkflowRole cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebWorkflowRole, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebWorkflowRole instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class WorkflowRoleString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class WorkflowRoleString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class WorkflowRoleObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class WorkflowRoleString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class WorkflowRoleJCType representing the CLR Type of the instantiated Classpublic java.lang.String getRoleProvider()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IncludesIdentity(java.lang.String identity)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
ProviderException,
TypeLoadException
IncludesIdentity in class WorkflowRolejava.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionTypeLoadExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class WorkflowRolepublic void setRoleProvider(java.lang.String RoleProvider)
throws java.lang.Throwable
java.lang.Throwable