Uses of Class
systemic.sif.sbpframework.persist.model.SIFObjectKey

Packages that use SIFObjectKey
systemic.sif.sbpframework.persist.model   
systemic.sif.sbpframework.publisher   
systemic.sif.sbpframework.subscriber   
 

Uses of SIFObjectKey in systemic.sif.sbpframework.persist.model
 

Methods in systemic.sif.sbpframework.persist.model that return types with arguments of type SIFObjectKey
 java.util.List<SIFObjectKey> DOCObject.getKeyForDependentObject()
           
 java.util.Set<SIFObjectKey> SIFObject.getObjectKeys()
           
 java.util.List<SIFObjectKey> SIFObject.getOrderedKeyList()
          Returns the keys of this object as a list ordered by sortOrder.
 

Method parameters in systemic.sif.sbpframework.persist.model with type arguments of type SIFObjectKey
 void DOCObject.setKeyForDependentObject(java.util.List<SIFObjectKey> keyForDependentObject)
           
 void SIFObject.setObjectKeys(java.util.Set<SIFObjectKey> objectKeys)
           
 

Uses of SIFObjectKey in systemic.sif.sbpframework.publisher
 

Method parameters in systemic.sif.sbpframework.publisher with type arguments of type SIFObjectKey
abstract  openadk.library.SIFDataObject SBPBasePublisher.getSIFObjectByPrimaryKey(java.util.List<SIFObjectKey> keyValues, openadk.library.Query query, openadk.library.Zone zone)
          This method is called if the SIF Query has conditions for the Primary Key of the object this publisher deals with.
 

Uses of SIFObjectKey in systemic.sif.sbpframework.subscriber
 

Method parameters in systemic.sif.sbpframework.subscriber with type arguments of type SIFObjectKey
abstract  boolean SBPBaseSubscriber.doesObjectExistInTargetSystem(java.lang.String sifObjectName, java.util.List<SIFObjectKey> keyValues, openadk.library.SIFDataObject sifObject)
          This method needs to be implemented by the actual subscriber developer.