Class MappingResult
java.lang.Object
pl.edu.icm.unity.engine.api.translation.in.MappingResult
Stores a set of mapping results, produced by one or more translation actions.
- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(MappedAttribute attr) voidaddAuthenticatedWith(String authenticatedWith) voidaddEntityChange(EntityChange change) voidaddGroup(MappedGroup group) voidbooleanbooleanbooleanvoidmergeWith(MappingResult result) voidsetCleanStaleAttributes(boolean cleanStaleAttributes) voidsetCleanStaleGroups(boolean cleanStaleGroups) voidsetCleanStaleIdentities(boolean cleanStaleIdentities) voidsetMappedToExistingEntity(EntityParam mappedAtExistingEntity) toString()
-
Constructor Details
-
MappingResult
public MappingResult()
-
-
Method Details
-
addGroup
-
addIdentity
-
addAttribute
-
addEntityChange
-
getGroups
-
getIdentities
-
getAttributes
-
getEntityChanges
-
isCleanStaleGroups
public boolean isCleanStaleGroups() -
setCleanStaleGroups
public void setCleanStaleGroups(boolean cleanStaleGroups) -
isCleanStaleAttributes
public boolean isCleanStaleAttributes() -
setCleanStaleAttributes
public void setCleanStaleAttributes(boolean cleanStaleAttributes) -
isCleanStaleIdentities
public boolean isCleanStaleIdentities() -
setCleanStaleIdentities
public void setCleanStaleIdentities(boolean cleanStaleIdentities) -
getMappedAtExistingEntity
- Returns:
- null if remote entity was not mapped on a local one or the local principal
-
setMappedToExistingEntity
-
getAuthenticatedWith
-
addAuthenticatedWith
-
mergeWith
-
toString
-