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 TypeMethodDescriptionremoveAttributesByMatch(Pattern attrPattern) booleanremoveAttributesByName(String name) removeAttributesToPersistByMatch(Pattern attrPattern) booleanbooleanremoveIdentityByType(String type) removeIdentityByTypeAndValueMatch(String type, Pattern idValueRegexp) booleanremoveIdentityToPersistByTypeAndValueMatch(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
public Set<IdentityParam> removeIdentityToPersistByTypeAndValueMatch(String type, Pattern idValueRegexp) -
removeIdentityByTypeAndValueMatch
-
toString
-