Uses of Class
com.soffid.iam.bpm.api.Token
-
Packages that use Token Package Description com.soffid.iam.bpm.api com.soffid.iam.bpm.service com.soffid.iam.bpm.service.ejb es.caib.bpm.vo -
-
Uses of Token in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return Token Modifier and Type Method Description static Token
Token. toToken(Token vo)
Creates a Token value object based on a Token object.static Token[]
Token. toTokenArray(Token[] source)
Creates a Token array on a Token array.Methods in com.soffid.iam.bpm.api that return types with arguments of type Token Modifier and Type Method Description static AsyncList<Token>
Token. toTokenAsyncList(AsyncList<Token> source)
Creates a Token asynclist on a Token collection.static PagedResult<Token>
Token. toTokenList(PagedResult<Token> source)
Creates a Token pagedResult on a Token collection.static List<Token>
Token. toTokenList(Collection<Token> source)
Creates a Token list on a Token collection.Methods in com.soffid.iam.bpm.api with parameters of type Token Modifier and Type Method Description static void
Token. toToken(Token source, Token target)
Updates a Token value object based on a Token object.Constructors in com.soffid.iam.bpm.api with parameters of type Token Constructor Description Token(Token otherBean)
-
Uses of Token in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return Token Modifier and Type Method Description Token[]
BpmEngine. getTokens(long id)
Operation getTokens -
Uses of Token in com.soffid.iam.bpm.service.ejb
Methods in com.soffid.iam.bpm.service.ejb that return Token Modifier and Type Method Description Token[]
BpmEngine. getTokens(long id)
-
Uses of Token in es.caib.bpm.vo
Methods in es.caib.bpm.vo with parameters of type Token Modifier and Type Method Description static Token
Token. toToken(Token vo)
Creates a Token value object based on a Token object.static void
Token. toToken(Token source, Token target)
Updates a Token value object based on a Token object.static Token[]
Token. toTokenArray(Token[] source)
Creates a Token array on a Token array.Method parameters in es.caib.bpm.vo with type arguments of type Token Modifier and Type Method Description static AsyncList<Token>
Token. toTokenAsyncList(AsyncList<Token> source)
Creates a Token asynclist on a Token collection.static PagedResult<Token>
Token. toTokenList(PagedResult<Token> source)
Creates a Token pagedResult on a Token collection.static List<Token>
Token. toTokenList(Collection<Token> source)
Creates a Token list on a Token collection.
-