Class ActivityTrackingRecord

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Workflow.Runtime, 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.Runtime
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Workflow.Runtime.Tracking.ActivityTrackingRecord
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ActivityTrackingRecord

        public ActivityTrackingRecord​(java.lang.Object instance)
                               throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ActivityTrackingRecord

        public ActivityTrackingRecord()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ActivityTrackingRecord

        public ActivityTrackingRecord​(NetType activityType,
                                      java.lang.String qualifiedName,
                                      Guid contextGuid,
                                      Guid parentContextGuid,
                                      ActivityExecutionStatus executionStatus,
                                      DateTime eventDateTime,
                                      int eventOrder,
                                      EventArgs eventArgs)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getContextGuid

        public Guid getContextGuid()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContextGuid

        public void setContextGuid​(Guid ContextGuid)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParentContextGuid

        public Guid getParentContextGuid()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParentContextGuid

        public void setParentContextGuid​(Guid ParentContextGuid)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getQualifiedName

        public java.lang.String getQualifiedName()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setQualifiedName

        public void setQualifiedName​(java.lang.String QualifiedName)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getActivityType

        public NetType getActivityType()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setActivityType

        public void setActivityType​(NetType ActivityType)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getExecutionStatus

        public ActivityExecutionStatus getExecutionStatus()
                                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setExecutionStatus

        public void setExecutionStatus​(ActivityExecutionStatus ExecutionStatus)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable