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