Uses of Class
us.kbase.workspace.ObjectInfo
-
Packages that use ObjectInfo Package Description us.kbase.workspace -
-
Uses of ObjectInfo in us.kbase.workspace
Methods in us.kbase.workspace that return ObjectInfo Modifier and Type Method Description ObjectInfoObjectData. getInfostruct()Original spec-file type: ObjectInfoObjectInfoObjectInfo. withAdminmeta(java.util.Map<java.lang.String,java.lang.String> adminmeta)ObjectInfoObjectInfo. withChsum(java.lang.String chsum)ObjectInfoObjectInfo. withMeta(java.util.Map<java.lang.String,java.lang.String> meta)ObjectInfoObjectInfo. withName(java.lang.String name)ObjectInfoObjectInfo. withObjid(java.lang.Long objid)ObjectInfoObjectInfo. withPath(java.util.List<java.lang.String> path)ObjectInfoObjectInfo. withSaveDate(java.lang.String saveDate)ObjectInfoObjectInfo. withSavedBy(java.lang.String savedBy)ObjectInfoObjectInfo. withSize(java.lang.Long size)ObjectInfoObjectInfo. withType(java.lang.String type)ObjectInfoObjectInfo. withVersion(java.lang.Long version)ObjectInfoObjectInfo. withWorkspace(java.lang.String workspace)ObjectInfoObjectInfo. withWsid(java.lang.Long wsid)Methods in us.kbase.workspace that return types with arguments of type ObjectInfo Modifier and Type Method Description java.util.List<ObjectInfo>GetObjectInfo3Results. getInfostructs()Methods in us.kbase.workspace with parameters of type ObjectInfo Modifier and Type Method Description voidObjectData. setInfostruct(ObjectInfo infostruct)Original spec-file type: ObjectInfoObjectDataObjectData. withInfostruct(ObjectInfo infostruct)Method parameters in us.kbase.workspace with type arguments of type ObjectInfo Modifier and Type Method Description voidGetObjectInfo3Results. setInfostructs(java.util.List<ObjectInfo> infostructs)GetObjectInfo3ResultsGetObjectInfo3Results. withInfostructs(java.util.List<ObjectInfo> infostructs)
-