Package de.elo.ix.client
Class FindActivityInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindActivityInfo
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionboolean
Find activities for deleted folders and documents too.boolean
Search for the activities of the deputized users too.boolean
Search for all groups of sender and receiver too.Find by object ID.Find activities created for this receiver.Find activities created by this user.boolean
Search for sender or receiver.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObjId()
boolean
boolean
boolean
boolean
void
setInclDeleted
(boolean inclDeleted) void
setInclDeputy
(boolean inclDeputy) void
setInclGroup
(boolean inclGroup) void
void
setReceiverId
(String receiverId) void
setSenderId
(String senderId) void
setSenderOrReceiver
(boolean senderOrReceiver) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
objId
Find by object ID. Find activities assigned to this object. Optional. -
senderId
Find activities created by this user. Can be set to a user ID, user GUID or user name. Optional.- See Also:
-
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 senderOrReceiverSearch for sender or receiver. Combine the senderId and receiverId by logical OR operation. -
inclGroup
public boolean inclGroupSearch for all groups of sender and receiver too. -
inclDeputy
public boolean inclDeputySearch for the activities of the deputized users too. -
inclDeleted
public boolean inclDeletedFind activities for deleted folders and documents too.- Since:
- 8.00.018.001
-
-
Constructor Details
-
FindActivityInfo
public FindActivityInfo()
-
-
Method Details
-
getObjId
-
setObjId
-
getSenderId
-
setSenderId
-
getReceiverId
-
setReceiverId
-
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
-