public class NativeActivityUpdateContext extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.DynamicUpdate.NativeActivityUpdateContext
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.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities
|
static java.lang.String |
className
Qualified class name: System.Activities.DynamicUpdate.NativeActivityUpdateContext
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NativeActivityUpdateContext() |
NativeActivityUpdateContext(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static NativeActivityUpdateContext |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NativeActivityUpdateContext, a cast assert is made to check if types are compatible. |
Bookmark |
CreateBookmark() |
Bookmark |
CreateBookmark(BookmarkCallback callback) |
Bookmark |
CreateBookmark(BookmarkCallback callback,
BookmarkOptions options) |
Bookmark |
CreateBookmark(java.lang.String name) |
Bookmark |
CreateBookmark(java.lang.String name,
BookmarkCallback callback) |
Bookmark |
CreateBookmark(java.lang.String name,
BookmarkCallback callback,
BookmarkOptions options) |
Bookmark |
CreateBookmark(java.lang.String name,
BookmarkCallback callback,
BookmarkScope scope) |
Bookmark |
CreateBookmark(java.lang.String name,
BookmarkCallback callback,
BookmarkScope scope,
BookmarkOptions options) |
void |
DisallowUpdate(java.lang.String reason) |
NetObject |
FindExecutionProperty(java.lang.String name) |
java.lang.String |
getActivityInstanceId() |
BookmarkScope |
getDefaultBookmarkScope() |
boolean |
getIsCancellationRequested() |
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
|
NetObject |
GetSavedOriginalValue(Activity childActivity) |
NetObject |
GetSavedOriginalValue(java.lang.String propertyName) |
NetObject |
GetValue(Argument argument) |
NetObject |
GetValue(RuntimeArgument runtimeArgument) |
NetObject |
GetValue(Variable variable) |
boolean |
IsNewlyAdded(Activity childActivity) |
void |
RemoveAllBookmarks() |
boolean |
RemoveBookmark(Bookmark bookmark) |
boolean |
RemoveBookmark(java.lang.String name) |
boolean |
RemoveBookmark(java.lang.String name,
BookmarkScope scope) |
void |
ScheduleAction(ActivityAction activityAction,
CompletionCallback onCompleted,
FaultCallback onFaulted) |
void |
ScheduleActivity(Activity activity) |
void |
ScheduleActivity(Activity activity,
CompletionCallback onCompleted) |
void |
ScheduleActivity(Activity activity,
CompletionCallback onCompleted,
FaultCallback onFaulted) |
void |
ScheduleActivity(Activity activity,
FaultCallback onFaulted) |
void |
setJCOInstance(JCObject instance) |
void |
SetValue(Argument argument,
NetObject value) |
void |
SetValue(Variable variable,
NetObject value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NativeActivityUpdateContext()
throws java.lang.Throwable
java.lang.Throwablepublic NativeActivityUpdateContext(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static NativeActivityUpdateContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NativeActivityUpdateContext, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNativeActivityUpdateContext instancejava.lang.Throwable - in case of error during cast operationpublic Bookmark CreateBookmark() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionpublic Bookmark CreateBookmark(BookmarkCallback callback) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionpublic Bookmark CreateBookmark(BookmarkCallback callback, BookmarkOptions options) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public Bookmark CreateBookmark(java.lang.String name) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public Bookmark CreateBookmark(java.lang.String name, BookmarkCallback callback) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionpublic Bookmark CreateBookmark(java.lang.String name, BookmarkCallback callback, BookmarkOptions options) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public Bookmark CreateBookmark(java.lang.String name, BookmarkCallback callback, BookmarkScope scope) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionpublic Bookmark CreateBookmark(java.lang.String name, BookmarkCallback callback, BookmarkScope scope, BookmarkOptions options) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public void DisallowUpdate(java.lang.String reason)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public NetObject FindExecutionProperty(java.lang.String name) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public java.lang.String getActivityInstanceId()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public BookmarkScope getDefaultBookmarkScope() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public boolean getIsCancellationRequested()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetSavedOriginalValue(Activity childActivity) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public NetObject GetSavedOriginalValue(java.lang.String propertyName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public NetObject GetValue(Argument argument) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public NetObject GetValue(RuntimeArgument runtimeArgument) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public NetObject GetValue(Variable variable) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public boolean IsNewlyAdded(Activity childActivity) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public void RemoveAllBookmarks()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
KeyNotFoundException
public boolean RemoveBookmark(Bookmark bookmark) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public boolean RemoveBookmark(java.lang.String name)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public boolean RemoveBookmark(java.lang.String name,
BookmarkScope scope)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public void ScheduleAction(ActivityAction activityAction, CompletionCallback onCompleted, FaultCallback onFaulted) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public void ScheduleActivity(Activity activity) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionpublic void ScheduleActivity(Activity activity, CompletionCallback onCompleted) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionpublic void ScheduleActivity(Activity activity, CompletionCallback onCompleted, FaultCallback onFaulted) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
public void ScheduleActivity(Activity activity, FaultCallback onFaulted) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetValue(Argument argument, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public void SetValue(Variable variable, NetObject value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException