Class UserTrackingRecord

    • 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.UserTrackingRecord
        See Also:
        Constant Field Values
      • classType

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

      • UserTrackingRecord

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

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

        public UserTrackingRecord​(NetType activityType,
                                  java.lang.String qualifiedName,
                                  Guid contextGuid,
                                  Guid parentContextGuid,
                                  DateTime eventDateTime,
                                  int eventOrder,
                                  java.lang.String userDataKey,
                                  NetObject userData)
                           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
      • getUserData

        public NetObject getUserData()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUserData

        public void setUserData​(NetObject UserData)
                         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
      • getUserDataKey

        public java.lang.String getUserDataKey()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUserDataKey

        public void setUserDataKey​(java.lang.String UserDataKey)
                            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