Uses of Class
us.kbase.workspace.FuncInfo
-
Packages that use FuncInfo Package Description us.kbase.workspace -
-
Uses of FuncInfo in us.kbase.workspace
Methods in us.kbase.workspace that return FuncInfo Modifier and Type Method Description FuncInfoWorkspaceClient. getFuncInfo(java.lang.String func, us.kbase.common.service.RpcContext... jsonRpcContext)Deprecated.FuncInfoFuncInfo. withDescription(java.lang.String description)Deprecated.FuncInfoFuncInfo. withFuncDef(java.lang.String funcDef)Deprecated.FuncInfoFuncInfo. withFuncVers(java.util.List<java.lang.String> funcVers)Deprecated.FuncInfoFuncInfo. withModuleVers(java.util.List<java.lang.Long> moduleVers)Deprecated.FuncInfoFuncInfo. withParsingStructure(java.lang.String parsingStructure)Deprecated.FuncInfoFuncInfo. withReleasedFuncVers(java.util.List<java.lang.String> releasedFuncVers)Deprecated.FuncInfoFuncInfo. withReleasedModuleVers(java.util.List<java.lang.Long> releasedModuleVers)Deprecated.FuncInfoFuncInfo. withSpecDef(java.lang.String specDef)Deprecated.FuncInfoFuncInfo. withUsedTypeDefs(java.util.List<java.lang.String> usedTypeDefs)Deprecated.Methods in us.kbase.workspace that return types with arguments of type FuncInfo Modifier and Type Method Description java.util.List<FuncInfo>WorkspaceClient. getAllFuncInfo(java.lang.String mod, us.kbase.common.service.RpcContext... jsonRpcContext)Deprecated.
-