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
Constructors -
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) booleanremoveAttributesByName(String name) removeAttributesToPersistByMatch(Pattern attrPattern) booleanbooleanremoveIdentityByType(String type) Set<pl.edu.icm.unity.base.identity.IdentityParam>removeIdentityByTypeAndValueMatch(String type, Pattern idValueRegexp) booleanSet<pl.edu.icm.unity.base.identity.IdentityParam>removeIdentityToPersistByTypeAndValueMatch(String type, Pattern idValueRegexp) voidsetRedirectURL(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
-