Uses of Class
us.kbase.common.service.UObject
-
Packages that use UObject Package Description us.kbase.common.service us.kbase.workspace -
-
Uses of UObject in us.kbase.common.service
Methods in us.kbase.common.service that return UObject Modifier and Type Method Description static UObjectUObject. fromJsonString(java.lang.String json)Methods in us.kbase.common.service that return types with arguments of type UObject Modifier and Type Method Description java.util.List<UObject>UObject. asList()java.util.Map<java.lang.String,UObject>UObject. asMap()Constructors in us.kbase.common.service with parameters of type UObject Constructor Description UObject(UObject parent, java.lang.String... relativePath)Creates instance of UObject from another UObject with specified root path modifier. -
Uses of UObject in us.kbase.workspace
Methods in us.kbase.workspace that return UObject Modifier and Type Method Description UObjectWorkspaceClient. administer(UObject command, us.kbase.common.service.RpcContext... jsonRpcContext)Original spec-file function name: administerUObjectGetObjectOutput. getData()Deprecated.UObjectObjectData. getData()UObjectObjectSaveData. getData()UObjectSaveObjectParams. getData()Deprecated.Methods in us.kbase.workspace that return types with arguments of type UObject Modifier and Type Method Description java.util.List<UObject>ProvenanceAction. getMethodParams()Methods in us.kbase.workspace with parameters of type UObject Modifier and Type Method Description UObjectWorkspaceClient. administer(UObject command, us.kbase.common.service.RpcContext... jsonRpcContext)Original spec-file function name: administervoidGetObjectOutput. setData(UObject data)Deprecated.voidObjectData. setData(UObject data)voidObjectSaveData. setData(UObject data)voidSaveObjectParams. setData(UObject data)Deprecated.GetObjectOutputGetObjectOutput. withData(UObject data)Deprecated.ObjectDataObjectData. withData(UObject data)ObjectSaveDataObjectSaveData. withData(UObject data)SaveObjectParamsSaveObjectParams. withData(UObject data)Deprecated.Method parameters in us.kbase.workspace with type arguments of type UObject Modifier and Type Method Description voidProvenanceAction. setMethodParams(java.util.List<UObject> methodParams)ProvenanceActionProvenanceAction. withMethodParams(java.util.List<UObject> methodParams)
-