Class UserOperationLogContext


  • public class UserOperationLogContext
    extends java.lang.Object

    Provides information about user operations.

    One context object can contain many entries. An entry represents one operation on a set of resources of the same type. One such operation can change multiple properties on these entities. For example, more than one entry is needed when a cascading command is logged. Then there is an entry for the changes performed on the addressed resource type as well as entries for those resource types that are affected by the cascading behavior.

    Author:
    Roman Smirnov, Thorben Lindhauer
    • Field Detail

      • operationId

        protected java.lang.String operationId
      • userId

        protected java.lang.String userId
    • Constructor Detail

      • UserOperationLogContext

        public UserOperationLogContext()
    • Method Detail

      • getUserId

        public java.lang.String getUserId()
      • setUserId

        public void setUserId​(java.lang.String userId)
      • getOperationId

        public java.lang.String getOperationId()
      • setOperationId

        public void setOperationId​(java.lang.String operationId)