|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CSSSyncEntryIF
This interface encapsulates all status of identities specified for synchronization. This interface exposes methods required for the invoker to iterate through/ know the different status of all the identities specified. Following are the different status of the identities.
com.hyperion.css.sync.impl.CSSIdenticalEntry -
This status indicates the identities is identical and has no changes.
com.hyperion.css.sync.impl.CSSUpdatedEntry - This
status indicates the identities has been updated and requires update.
com.hyperion.css.sync.impl.CSSDeletedEntry - This
status indicates the identities is deleted in external provider.
com.hyperion.css.sync.impl.CSSIgnoredEntry - This
status indicates that API is unable to find the status.
com.hyperion.css.sync.impl.CSSAmbiguousEntry - This
status indicates that API has found more than one simillar identities, so it
should be handled manually by Administrator.
| Method Summary | |
|---|---|
java.util.List |
getAmbiguousEntries()
Returns all the ambiguous entries. |
java.util.List |
getDeletedEntries()
Returns all the entries to be deleted. |
java.util.List |
getIdenticalEntries()
Returns all the entries that are identical. |
java.util.List |
getIgnoredEntries()
Returns all the entries that are ignored as unable to find the status. |
java.util.List |
getUpdatedEntries()
Returns all the entries to be updated. |
| Method Detail |
|---|
java.util.List getDeletedEntries()
CSSDeletedEntry instance.java.util.List getUpdatedEntries()
CSSUpdatedEntry instance.java.util.List getIdenticalEntries()
CSSIdenticalEntry instance.java.util.List getIgnoredEntries()
CSSIgnoredEntry instance.java.util.List getAmbiguousEntries()
CSSAmbiguousEntry instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||