Class TranslationResult
java.lang.Object
pl.edu.icm.unity.engine.api.translation.out.TranslationResult
Result of output translation. Set of identities and attributes. This class is mutable: actions modify the contents
one by one.
- Author:
- K. Benedyczak
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<pl.edu.icm.unity.base.attribute.Attribute>
Collection<pl.edu.icm.unity.base.identity.IdentityParam>
Collection<pl.edu.icm.unity.base.identity.IdentityParam>
removeAttributesByMatch
(Pattern attrPattern) boolean
removeAttributesByName
(String name) removeAttributesToPersistByMatch
(Pattern attrPattern) boolean
boolean
removeIdentityByType
(String type) Set<pl.edu.icm.unity.base.identity.IdentityParam>
removeIdentityByTypeAndValueMatch
(String type, Pattern idValueRegexp) boolean
Set<pl.edu.icm.unity.base.identity.IdentityParam>
removeIdentityToPersistByTypeAndValueMatch
(String type, Pattern idValueRegexp) void
setRedirectURL
(String redirectURL) toString()
-
Constructor Details
-
TranslationResult
public TranslationResult()
-
-
Method Details
-
getAttributes
-
getIdentities
-
getAttributesToPersist
-
getIdentitiesToPersist
-
getRedirectURL
-
setRedirectURL
-
removeAttributesByName
-
removeAttributesByMatch
-
removeAttributesToPersistByName
-
removeAttributesToPersistByMatch
-
removeIdentityByType
-
removeIdentityToPersistByType
-
removeIdentityToPersistByTypeAndValueMatch
-
removeIdentityByTypeAndValueMatch
-
toString
-