Package com.saperion.operations.lookup
This package defines the different operations on lookup tables, that can be invoked by rmi.
-
Class Summary Class Description CreateLookupEntry Deprecated. useCreateLookupEntryOperation
insteadCreateLookupEntryOperation AnOperation
that creates a lookup entry.DeleteLookupEntry AnOperation
that deletes a lookup entry.GetAccessOnLookupEntry ThisOperation
returns the access rights the current user has on the lookup entry referenced by the given id.GetLookupEntryAccessControlListsOperation ThisOperation
returns references to all access control lists set on a given lookup entry.GetLookupEntryOperation ThisOperation
returns a lookup entry given by its reference.SearchLookupEntriesOperation ThisOperation
returns every lookup entry in a given ddc that meets acondition
.SearchUniqueLookupEntryOperation ThisOperation
returns the unique lookup entry in a given definition that meets acondition
.UpdateLookupEntry AnOperation
that updates a lookup entry.