public interface SyncFeed extends SyncFeed, SecureObject, org.openmdx.base.jmi1.BasicObject
SyncFeedSyncFeed.Identity| Modifier and Type | Method and Description |
|---|---|
void |
addSyncData(boolean idIsPersistent,
String id,
SyncData syncData)
Adds the specified element to the set of the values for the reference
syncData. |
void |
addSyncData(String id,
SyncData syncData)
Adds the specified element to the set of the values for the reference
syncData using a reassignable qualifier. |
void |
addSyncData(SyncData syncData)
Adds the specified element to the set of the values for the reference
syncData using an implementation-specific, reassignable qualifier. |
SyncData |
getSyncData(boolean idIsPersistent,
String id)
Retrieves the value for the reference
syncData for the specified qualifier attribute value. |
SyncData |
getSyncData(String id)
Retrieves the value for the reference
syncData for the specified qualifier attribute value. |
<T extends SyncData> |
getSyncData(SyncDataQuery query)
Retrieves the value for the reference
syncData for the specified query. |
getBackColor, getColor, getDescription, getName, getSyncData, isActive, isAllowAddDelete, isAllowChange, setActive, setAllowAddDelete, setAllowChange, setBackColor, setColor, setDescription, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends SyncData> List<T> getSyncData(SyncDataQuery query)
syncData for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.SyncData getSyncData(boolean idIsPersistent, String id)
syncData for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.SyncData getSyncData(String id)
syncData for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getSyncData(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addSyncData(boolean idIsPersistent,
String id,
SyncData syncData)
syncData.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.syncData - The element to be appended.void addSyncData(String id, SyncData syncData)
syncData using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.syncData - The element to be appended.void addSyncData(SyncData syncData)
syncData using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
syncData - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.