Class FindActivityInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindActivityInfo
All Implemented Interfaces:
Serializable

public class FindActivityInfo extends ValueClass implements Serializable
This class specifies constraints for the API function IXServicePortIF.findFirstActivities(ClientInfo, FindActivityInfo, int, ActivityZ).

By default, the members of this class are combined by AND. If senderOrReceiver is set, senderId and receiverId are combined by OR.

If neither senderId nor receiverId is set, the function findFirstActivities collects all activities that can be read by the current session.

Since:
8.00.012.001
See Also:
  • Field Details

    • objId

      public String objId
      Find by object ID. Find activities assigned to this object. Optional.
    • senderId

      public String senderId
      Find activities created by this user. Can be set to a user ID, user GUID or user name. Optional.
      See Also:
    • receiverId

      public String receiverId
      Find activities created for this receiver. Can be set to a user ID, user GUID or user name. Optional.
      See Also:
    • senderOrReceiver

      public boolean senderOrReceiver
      Search for sender or receiver. Combine the senderId and receiverId by logical OR operation.
    • inclGroup

      public boolean inclGroup
      Search for all groups of sender and receiver too.
    • inclDeputy

      public boolean inclDeputy
      Search for the activities of the deputized users too.
    • inclDeleted

      public boolean inclDeleted
      Find activities for deleted folders and documents too.
      Since:
      8.00.018.001
  • Constructor Details

    • FindActivityInfo

      public FindActivityInfo()
  • Method Details

    • getObjId

      public String getObjId()
    • setObjId

      public void setObjId(String objId)
    • getSenderId

      public String getSenderId()
    • setSenderId

      public void setSenderId(String senderId)
    • getReceiverId

      public String getReceiverId()
    • setReceiverId

      public void setReceiverId(String receiverId)
    • isSenderOrReceiver

      public boolean isSenderOrReceiver()
    • setSenderOrReceiver

      public void setSenderOrReceiver(boolean senderOrReceiver)
    • isInclGroup

      public boolean isInclGroup()
    • setInclGroup

      public void setInclGroup(boolean inclGroup)
    • isInclDeputy

      public boolean isInclDeputy()
    • setInclDeputy

      public void setInclDeputy(boolean inclDeputy)
    • isInclDeleted

      public boolean isInclDeleted()
    • setInclDeleted

      public void setInclDeleted(boolean inclDeleted)
    • toString

      public String toString()
      Overrides:
      toString in class Object