|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.util.BatchResult<T>
com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences<T>
public class BatchResultWithIdReferences<T>
Batch result that stores ID references of all the directory entities that were successfully processed by the batch.
| Constructor Summary | |
|---|---|
BatchResultWithIdReferences(int totalEntities)
|
|
| Method Summary | |
|---|---|
void |
addIdReference(InternalDirectoryEntity entity)
|
java.lang.Long |
getIdReference(java.lang.Long directoryId,
java.lang.String name)
|
| Methods inherited from class com.atlassian.crowd.util.BatchResult |
|---|
addFailure, addFailures, addSuccess, addSuccesses, getFailedEntities, getSuccessfulEntities, getTotalAttempted, getTotalSuccessful, hasFailures |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchResultWithIdReferences(int totalEntities)
| Method Detail |
|---|
public void addIdReference(InternalDirectoryEntity entity)
public java.lang.Long getIdReference(java.lang.Long directoryId,
java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||