Uses of Class
es.caib.bpm.vo.Token
- 
Packages that use Token Package Description com.soffid.iam.bpm.api es.caib.bpm.servei es.caib.bpm.servei.ejb es.caib.bpm.vo  - 
- 
Uses of Token in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type Token Modifier and Type Method Description static TokenToken. toToken(Token vo)Creates a Token value object based on a Token object.static voidToken. 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 com.soffid.iam.bpm.api 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. - 
Uses of Token in es.caib.bpm.servei
Methods in es.caib.bpm.servei that return Token Modifier and Type Method Description Token[]BpmEngine. getTokens(long id)Operation getTokens - 
Uses of Token in es.caib.bpm.servei.ejb
Methods in es.caib.bpm.servei.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 that return Token Modifier and Type Method Description static TokenToken. 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 es.caib.bpm.vo 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 es.caib.bpm.vo with parameters of type Token Modifier and Type Method Description static voidToken. toToken(Token source, Token target)Updates a Token value object based on a Token object.Constructors in es.caib.bpm.vo with parameters of type Token Constructor Description Token(Token otherBean) 
 -