- AccessLevel - Enum in com.dnanexus
-
A permission level that a user can be given in a particular project or container.
- add(JsonNode) - Method in class com.dnanexus.DXJSON.ArrayBuilder
-
Adds the specified JsonNode to the end of the array.
- add(String) - Method in class com.dnanexus.DXJSON.ArrayBuilder
-
Adds the specified String to the end of the array.
- addAll(List<JsonNode>) - Method in class com.dnanexus.DXJSON.ArrayBuilder
-
Adds the specified JsonNode objects, in order, to the end of the
array.
- addAllStrings(List<String>) - Method in class com.dnanexus.DXJSON.ArrayBuilder
-
Adds the specified String objects, in order, to the end of the array.
- addFile(DXFile) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
Adds the file to the list of files for archival.
- addFile(DXFile) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Adds the file to the list of files for unarchiving.
- addFiles(DXFile...) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
Adds the files to the list of files for archival.
- addFiles(Collection<DXFile>) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
Adds the files to the list of files for archival.
- addFiles(DXFile...) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Adds the files to the list of files for unarchiving.
- addFiles(Collection<DXFile>) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Adds the files to the list of files for unarchiving.
- addStage(DXApplet, String, Object, int) - Method in class com.dnanexus.DXWorkflow
-
Adds a stage to a workflow.
- addTags(List<String>) - Method in class com.dnanexus.DXDataObject
-
Adds the specified tags to the object.
- addTags(Collection<String>) - Method in class com.dnanexus.DXDataObject.Builder
-
Adds the specified tags to the newly created data object.
- addTags(Collection<String>) - Method in class com.dnanexus.ExecutableRunner
-
Adds the specified tags to the resulting execution.
- addTypes(List<String>) - Method in class com.dnanexus.DXDataObject
-
Adds the specified types to the object.
- addTypes(Collection<String>) - Method in class com.dnanexus.DXDataObject.Builder
-
Adds the specified types to the newly created data object.
- allOf(List<DXSearch.PropertiesQuery>) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that must match all of the property queries in the provided list.
- allOf(DXSearch.PropertiesQuery...) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that must match all of the specified property queries recursively.
- allOf(List<DXSearch.TagsQuery>) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that must match all of the tag queries in the provided list.
- allOf(String...) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that must match all of the specified tags.
- allOf(DXSearch.TagsQuery...) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that must match all of the specified tag queries recursively.
- allOf(List<DXSearch.TypeQuery>) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that must match all of the type queries in the provided list.
- allOf(String...) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that must match all of the specified types.
- allOf(DXSearch.TypeQuery...) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that must match all of the specified type queries recursively.
- analysis - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- analysisAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisAddTags method with an empty input, deserializing to an object of the specified class.
- analysisAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisAddTags method with the given input, deserializing to an object of the specified class.
- analysisAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- analysisAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- analysisAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- analysisAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- analysisAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisDescribe method with an empty input, deserializing to an object of the specified class.
- analysisDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisDescribe method with the given input, deserializing to an object of the specified class.
- analysisDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- analysisDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- analysisDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- analysisDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- analysisDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisRemoveTags method with an empty input, deserializing to an object of the specified class.
- analysisRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisRemoveTags method with the given input, deserializing to an object of the specified class.
- analysisRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- analysisRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- analysisRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- analysisRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- analysisRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisSetProperties method with an empty input, deserializing to an object of the specified class.
- analysisSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisSetProperties method with the given input, deserializing to an object of the specified class.
- analysisSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- analysisSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- analysisSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- analysisSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- analysisSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- AnalysisState - Enum in com.dnanexus
-
The state of an analysis in the system.
- analysisTerminate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisTerminate method with an empty input, deserializing to an object of the specified class.
- analysisTerminate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisTerminate method with the given input, deserializing to an object of the specified class.
- analysisTerminate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisTerminate method with an empty input using the given environment, deserializing to an object of the specified class.
- analysisTerminate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the analysisTerminate method with the given input using the given environment, deserializing to an object of the specified class.
- analysisTerminate(String) - Static method in class com.dnanexus.DXAPI
-
- analysisTerminate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- analysisTerminate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- analysisTerminate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- anyOf(List<DXSearch.PropertiesQuery>) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that matches any of the property queries in the provided list.
- anyOf(DXSearch.PropertiesQuery...) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that matches any of the specified property queries recursively.
- anyOf(List<DXSearch.TagsQuery>) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that matches any of the tag queries in the provided list.
- anyOf(String...) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that matches any of the specified tags.
- anyOf(DXSearch.TagsQuery...) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that matches any of the specified tag queries recursively.
- anyOf(List<DXSearch.TypeQuery>) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that matches any of the type queries in the provided list.
- anyOf(String...) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that matches any of the specified types.
- anyOf(DXSearch.TypeQuery...) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that matches any of the specified type queries recursively.
- apiCallOnObject(String, JsonNode, DXHTTPRequest.RetryStrategy) - Method in class com.dnanexus.DXObject
-
Calls the specified API method on this object (with the specified input hash) and returns its
result.
- apiCallOnObject(String, DXHTTPRequest.RetryStrategy) - Method in class com.dnanexus.DXObject
-
Calls the specified API method on this object (with an empty input hash) and returns its
result.
- appAddAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- appAddAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- appAddAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- appAddAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- appAddAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- appAddAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appAddAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddCategories method with an empty input, deserializing to an object of the specified class.
- appAddCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddCategories method with the given input, deserializing to an object of the specified class.
- appAddCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- appAddCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddCategories method with the given input using the given environment, deserializing to an object of the specified class.
- appAddCategories(String) - Static method in class com.dnanexus.DXAPI
-
- appAddCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appAddCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddDevelopers method with an empty input, deserializing to an object of the specified class.
- appAddDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddDevelopers method with the given input, deserializing to an object of the specified class.
- appAddDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- appAddDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- appAddDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- appAddDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appAddDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddTags method with an empty input, deserializing to an object of the specified class.
- appAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddTags method with the given input, deserializing to an object of the specified class.
- appAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- appAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- appAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- appAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appDelete(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDelete method with an empty input, deserializing to an object of the specified class.
- appDelete(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDelete method with the given input, deserializing to an object of the specified class.
- appDelete(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDelete method with an empty input using the given environment, deserializing to an object of the specified class.
- appDelete(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDelete method with the given input using the given environment, deserializing to an object of the specified class.
- appDelete(String) - Static method in class com.dnanexus.DXAPI
-
- appDelete(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appDelete(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appDelete(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDescribe method with an empty input, deserializing to an object of the specified class.
- appDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDescribe method with the given input, deserializing to an object of the specified class.
- appDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- appDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- appDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- appDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appGet(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appGet method with an empty input, deserializing to an object of the specified class.
- appGet(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appGet method with the given input, deserializing to an object of the specified class.
- appGet(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appGet method with an empty input using the given environment, deserializing to an object of the specified class.
- appGet(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appGet method with the given input using the given environment, deserializing to an object of the specified class.
- appGet(String) - Static method in class com.dnanexus.DXAPI
-
- appGet(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appGet(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appGet(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appInstall(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appInstall method with an empty input, deserializing to an object of the specified class.
- appInstall(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appInstall method with the given input, deserializing to an object of the specified class.
- appInstall(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appInstall method with an empty input using the given environment, deserializing to an object of the specified class.
- appInstall(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appInstall method with the given input using the given environment, deserializing to an object of the specified class.
- appInstall(String) - Static method in class com.dnanexus.DXAPI
-
- appInstall(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appInstall(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appInstall(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletAddTags method with an empty input, deserializing to an object of the specified class.
- appletAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletAddTags method with the given input, deserializing to an object of the specified class.
- appletAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- appletAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- appletAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- appletAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletDescribe method with an empty input, deserializing to an object of the specified class.
- appletDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletDescribe method with the given input, deserializing to an object of the specified class.
- appletDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- appletDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- appletDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- appletDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletGet(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGet method with an empty input, deserializing to an object of the specified class.
- appletGet(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGet method with the given input, deserializing to an object of the specified class.
- appletGet(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGet method with an empty input using the given environment, deserializing to an object of the specified class.
- appletGet(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGet method with the given input using the given environment, deserializing to an object of the specified class.
- appletGet(String) - Static method in class com.dnanexus.DXAPI
-
- appletGet(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletGet(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletGet(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGetDetails method with an empty input, deserializing to an object of the specified class.
- appletGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGetDetails method with the given input, deserializing to an object of the specified class.
- appletGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- appletGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- appletGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- appletGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletListProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletListProjects method with an empty input, deserializing to an object of the specified class.
- appletListProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletListProjects method with the given input, deserializing to an object of the specified class.
- appletListProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- appletListProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletListProjects method with the given input using the given environment, deserializing to an object of the specified class.
- appletListProjects(String) - Static method in class com.dnanexus.DXAPI
-
- appletListProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletListProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletListProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletNew method with an empty input, deserializing to an object of the specified class.
- appletNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- appletNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletNew method with the specified input, deserializing to an object of the specified class.
- appletNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- appletNew() - Static method in class com.dnanexus.DXAPI
-
- appletNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRemoveTags method with an empty input, deserializing to an object of the specified class.
- appletRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRemoveTags method with the given input, deserializing to an object of the specified class.
- appletRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- appletRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- appletRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- appletRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRename method with an empty input, deserializing to an object of the specified class.
- appletRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRename method with the given input, deserializing to an object of the specified class.
- appletRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRename method with an empty input using the given environment, deserializing to an object of the specified class.
- appletRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRename method with the given input using the given environment, deserializing to an object of the specified class.
- appletRename(String) - Static method in class com.dnanexus.DXAPI
-
- appletRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRun(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRun method with an empty input, deserializing to an object of the specified class.
- appletRun(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRun method with the given input, deserializing to an object of the specified class.
- appletRun(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRun method with an empty input using the given environment, deserializing to an object of the specified class.
- appletRun(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletRun method with the given input using the given environment, deserializing to an object of the specified class.
- appletRun(String) - Static method in class com.dnanexus.DXAPI
-
- appletRun(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletRun(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletRun(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletSetProperties method with an empty input, deserializing to an object of the specified class.
- appletSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletSetProperties method with the given input, deserializing to an object of the specified class.
- appletSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- appletSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- appletSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- appletSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletValidateBatch(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletValidateBatch method with an empty input, deserializing to an object of the specified class.
- appletValidateBatch(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletValidateBatch method with the given input, deserializing to an object of the specified class.
- appletValidateBatch(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.
- appletValidateBatch(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appletValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
- appletValidateBatch(String) - Static method in class com.dnanexus.DXAPI
-
- appletValidateBatch(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appletValidateBatch(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appletValidateBatch(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- appListAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- appListAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- appListAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- appListAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- appListAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appListAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListCategories method with an empty input, deserializing to an object of the specified class.
- appListCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListCategories method with the given input, deserializing to an object of the specified class.
- appListCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- appListCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListCategories method with the given input using the given environment, deserializing to an object of the specified class.
- appListCategories(String) - Static method in class com.dnanexus.DXAPI
-
- appListCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appListCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListDevelopers method with an empty input, deserializing to an object of the specified class.
- appListDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListDevelopers method with the given input, deserializing to an object of the specified class.
- appListDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- appListDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appListDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- appListDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- appListDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appListDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appListDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appNew method with an empty input, deserializing to an object of the specified class.
- appNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- appNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appNew method with the specified input, deserializing to an object of the specified class.
- appNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- appNew() - Static method in class com.dnanexus.DXAPI
-
- appNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appPublish(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appPublish method with an empty input, deserializing to an object of the specified class.
- appPublish(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appPublish method with the given input, deserializing to an object of the specified class.
- appPublish(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appPublish method with an empty input using the given environment, deserializing to an object of the specified class.
- appPublish(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appPublish method with the given input using the given environment, deserializing to an object of the specified class.
- appPublish(String) - Static method in class com.dnanexus.DXAPI
-
- appPublish(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appPublish(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appPublish(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- appRemoveAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- appRemoveAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- appRemoveAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- appRemoveAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- appRemoveAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appRemoveAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveCategories method with an empty input, deserializing to an object of the specified class.
- appRemoveCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveCategories method with the given input, deserializing to an object of the specified class.
- appRemoveCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- appRemoveCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class.
- appRemoveCategories(String) - Static method in class com.dnanexus.DXAPI
-
- appRemoveCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appRemoveCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveDevelopers method with an empty input, deserializing to an object of the specified class.
- appRemoveDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveDevelopers method with the given input, deserializing to an object of the specified class.
- appRemoveDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- appRemoveDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- appRemoveDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- appRemoveDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appRemoveDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveTags method with an empty input, deserializing to an object of the specified class.
- appRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveTags method with the given input, deserializing to an object of the specified class.
- appRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- appRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- appRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- appRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRun(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRun method with an empty input, deserializing to an object of the specified class.
- appRun(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRun method with the given input, deserializing to an object of the specified class.
- appRun(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRun method with an empty input using the given environment, deserializing to an object of the specified class.
- appRun(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appRun method with the given input using the given environment, deserializing to an object of the specified class.
- appRun(String) - Static method in class com.dnanexus.DXAPI
-
- appRun(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appRun(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appRun(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appUninstall(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUninstall method with an empty input, deserializing to an object of the specified class.
- appUninstall(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUninstall method with the given input, deserializing to an object of the specified class.
- appUninstall(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUninstall method with an empty input using the given environment, deserializing to an object of the specified class.
- appUninstall(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUninstall method with the given input using the given environment, deserializing to an object of the specified class.
- appUninstall(String) - Static method in class com.dnanexus.DXAPI
-
- appUninstall(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appUninstall(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appUninstall(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appUpdate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUpdate method with an empty input, deserializing to an object of the specified class.
- appUpdate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUpdate method with the given input, deserializing to an object of the specified class.
- appUpdate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
- appUpdate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appUpdate method with the given input using the given environment, deserializing to an object of the specified class.
- appUpdate(String) - Static method in class com.dnanexus.DXAPI
-
- appUpdate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appUpdate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appUpdate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appValidateBatch(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appValidateBatch method with an empty input, deserializing to an object of the specified class.
- appValidateBatch(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the appValidateBatch method with the given input, deserializing to an object of the specified class.
- appValidateBatch(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.
- appValidateBatch(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the appValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
- appValidateBatch(String) - Static method in class com.dnanexus.DXAPI
-
- appValidateBatch(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- appValidateBatch(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- appValidateBatch(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- ArchivalState - Enum in com.dnanexus
-
Archival states of file object.
- archive() - Method in class com.dnanexus.DXProject
-
Request specified files or folder to be archived.
- ArchiveRequestBuilder() - Constructor for class com.dnanexus.DXProject.ArchiveRequestBuilder
-
- ArchiveResults() - Constructor for class com.dnanexus.DXProject.ArchiveResults
-
- ArrayBuilder() - Constructor for class com.dnanexus.DXJSON.ArrayBuilder
-
Initializes an ArrayBuilder which will generate an empty array.
- asList() - Method in interface com.dnanexus.DXSearch.ObjectProducer
-
Returns a list of the matching items.
- cachedDescribe - Variable in class com.dnanexus.DXDataObject
-
- cachedDescribe - Variable in class com.dnanexus.DXExecution
-
- checkAndFixParameters() - Method in class com.dnanexus.DXApplet.Builder
-
Ensures that the project was either explicitly set or that the environment specifies a
workspace, and that the run specification is provided.
- checkAndFixParameters() - Method in class com.dnanexus.DXDataObject.Builder
-
Ensures that the project was either explicitly set or that the environment specifies a
workspace.
- checkCachedDescribeAvailable() - Method in class com.dnanexus.DXDataObject
-
Verifies that this object carries cached describe data.
- checkCachedDescribeAvailable() - Method in class com.dnanexus.DXExecution
-
Verifies that this object carries cached describe data.
- checkDXLinkFormat(Map<String, Object>) - Static method in class com.dnanexus.DXDataObject
-
Verifies that the specified map has the format of a DNAnexus link.
- close() - Method in class com.dnanexus.DXDataObject
-
Closes the data object.
- close() - Method in class com.dnanexus.DXEnvironment
-
- close() - Method in class com.dnanexus.DXFile
-
- close() - Method in class com.dnanexus.DXRecord
-
- close() - Method in class com.dnanexus.DXWorkflow
-
- closeAndWait() - Method in class com.dnanexus.DXDataObject
-
Closes the data object and waits until the close operation is complete.
- closeAndWait() - Method in class com.dnanexus.DXFile
-
- closeAndWait() - Method in class com.dnanexus.DXRecord
-
- closeAndWait() - Method in class com.dnanexus.DXWorkflow
-
- com.dnanexus - package com.dnanexus
-
Provides low- and high-level bindings to the DNAnexus Platform.
- com.dnanexus.exceptions - package com.dnanexus.exceptions
-
Exception classes that may be thrown by DNAnexus API calls.
- containerClone(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerClone method with an empty input, deserializing to an object of the specified class.
- containerClone(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerClone method with the given input, deserializing to an object of the specified class.
- containerClone(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerClone method with an empty input using the given environment, deserializing to an object of the specified class.
- containerClone(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerClone method with the given input using the given environment, deserializing to an object of the specified class.
- containerClone(String) - Static method in class com.dnanexus.DXAPI
-
- containerClone(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerClone(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerClone(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDescribe method with an empty input, deserializing to an object of the specified class.
- containerDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDescribe method with the given input, deserializing to an object of the specified class.
- containerDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- containerDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- containerDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- containerDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerDestroy(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDestroy method with an empty input, deserializing to an object of the specified class.
- containerDestroy(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDestroy method with the given input, deserializing to an object of the specified class.
- containerDestroy(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDestroy method with an empty input using the given environment, deserializing to an object of the specified class.
- containerDestroy(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerDestroy method with the given input using the given environment, deserializing to an object of the specified class.
- containerDestroy(String) - Static method in class com.dnanexus.DXAPI
-
- containerDestroy(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerDestroy(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerDestroy(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerListFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerListFolder method with an empty input, deserializing to an object of the specified class.
- containerListFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerListFolder method with the given input, deserializing to an object of the specified class.
- containerListFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- containerListFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerListFolder method with the given input using the given environment, deserializing to an object of the specified class.
- containerListFolder(String) - Static method in class com.dnanexus.DXAPI
-
- containerListFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerListFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerListFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerMove(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerMove method with an empty input, deserializing to an object of the specified class.
- containerMove(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerMove method with the given input, deserializing to an object of the specified class.
- containerMove(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerMove method with an empty input using the given environment, deserializing to an object of the specified class.
- containerMove(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerMove method with the given input using the given environment, deserializing to an object of the specified class.
- containerMove(String) - Static method in class com.dnanexus.DXAPI
-
- containerMove(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerMove(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerMove(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerNewFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerNewFolder method with an empty input, deserializing to an object of the specified class.
- containerNewFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerNewFolder method with the given input, deserializing to an object of the specified class.
- containerNewFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerNewFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- containerNewFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerNewFolder method with the given input using the given environment, deserializing to an object of the specified class.
- containerNewFolder(String) - Static method in class com.dnanexus.DXAPI
-
- containerNewFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerNewFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerNewFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveFolder method with an empty input, deserializing to an object of the specified class.
- containerRemoveFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveFolder method with the given input, deserializing to an object of the specified class.
- containerRemoveFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- containerRemoveFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class.
- containerRemoveFolder(String) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveObjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveObjects method with an empty input, deserializing to an object of the specified class.
- containerRemoveObjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveObjects method with the given input, deserializing to an object of the specified class.
- containerRemoveObjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class.
- containerRemoveObjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class.
- containerRemoveObjects(String) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveObjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveObjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRemoveObjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRenameFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRenameFolder method with an empty input, deserializing to an object of the specified class.
- containerRenameFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRenameFolder method with the given input, deserializing to an object of the specified class.
- containerRenameFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- containerRenameFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the containerRenameFolder method with the given input using the given environment, deserializing to an object of the specified class.
- containerRenameFolder(String) - Static method in class com.dnanexus.DXAPI
-
- containerRenameFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- containerRenameFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- containerRenameFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- create() - Static method in class com.dnanexus.DXEnvironment
-
Creates a DXEnvironment from the default settings.
- created - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- createdAfter(Date) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects that were created after the specified time.
- createdAfter(Date) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions created after the specified date.
- createdBefore(Date) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects that were created before the specified time.
- createdBefore(Date) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions created before the specified date.
- createParents - Variable in class com.dnanexus.DXDataObject.Builder
-
- databaseAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTags method with an empty input, deserializing to an object of the specified class.
- databaseAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTags method with the given input, deserializing to an object of the specified class.
- databaseAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- databaseAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTypes method with an empty input, deserializing to an object of the specified class.
- databaseAddTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTypes method with the given input, deserializing to an object of the specified class.
- databaseAddTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseAddTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
- databaseAddTypes(String) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseAddTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseClose(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseClose method with an empty input, deserializing to an object of the specified class.
- databaseClose(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseClose method with the given input, deserializing to an object of the specified class.
- databaseClose(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseClose method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseClose(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseClose method with the given input using the given environment, deserializing to an object of the specified class.
- databaseClose(String) - Static method in class com.dnanexus.DXAPI
-
- databaseClose(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseClose(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseClose(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDescribe method with an empty input, deserializing to an object of the specified class.
- databaseDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDescribe method with the given input, deserializing to an object of the specified class.
- databaseDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- databaseDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- databaseDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseDownloadFile(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDownloadFile method with an empty input, deserializing to an object of the specified class.
- databaseDownloadFile(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDownloadFile method with the given input, deserializing to an object of the specified class.
- databaseDownloadFile(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDownloadFile method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseDownloadFile(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseDownloadFile method with the given input using the given environment, deserializing to an object of the specified class.
- databaseDownloadFile(String) - Static method in class com.dnanexus.DXAPI
-
- databaseDownloadFile(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseDownloadFile(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseDownloadFile(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseGetDetails method with an empty input, deserializing to an object of the specified class.
- databaseGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseGetDetails method with the given input, deserializing to an object of the specified class.
- databaseGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- databaseGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- databaseGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseListFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListFolder method with an empty input, deserializing to an object of the specified class.
- databaseListFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListFolder method with the given input, deserializing to an object of the specified class.
- databaseListFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseListFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListFolder method with the given input using the given environment, deserializing to an object of the specified class.
- databaseListFolder(String) - Static method in class com.dnanexus.DXAPI
-
- databaseListFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseListFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseListFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseListProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListProjects method with an empty input, deserializing to an object of the specified class.
- databaseListProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListProjects method with the given input, deserializing to an object of the specified class.
- databaseListProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseListProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseListProjects method with the given input using the given environment, deserializing to an object of the specified class.
- databaseListProjects(String) - Static method in class com.dnanexus.DXAPI
-
- databaseListProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseListProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseListProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRelocate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRelocate method with an empty input, deserializing to an object of the specified class.
- databaseRelocate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRelocate method with the given input, deserializing to an object of the specified class.
- databaseRelocate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRelocate method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseRelocate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRelocate method with the given input using the given environment, deserializing to an object of the specified class.
- databaseRelocate(String) - Static method in class com.dnanexus.DXAPI
-
- databaseRelocate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseRelocate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRelocate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTags method with an empty input, deserializing to an object of the specified class.
- databaseRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTags method with the given input, deserializing to an object of the specified class.
- databaseRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- databaseRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTypes method with an empty input, deserializing to an object of the specified class.
- databaseRemoveTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTypes method with the given input, deserializing to an object of the specified class.
- databaseRemoveTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseRemoveTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
- databaseRemoveTypes(String) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRemoveTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRename method with an empty input, deserializing to an object of the specified class.
- databaseRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRename method with the given input, deserializing to an object of the specified class.
- databaseRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRename method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseRename method with the given input using the given environment, deserializing to an object of the specified class.
- databaseRename(String) - Static method in class com.dnanexus.DXAPI
-
- databaseRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetDetails method with an empty input, deserializing to an object of the specified class.
- databaseSetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetDetails method with the given input, deserializing to an object of the specified class.
- databaseSetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseSetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- databaseSetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- databaseSetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseSetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetProperties method with an empty input, deserializing to an object of the specified class.
- databaseSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetProperties method with the given input, deserializing to an object of the specified class.
- databaseSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- databaseSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- databaseSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetVisibility(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetVisibility method with an empty input, deserializing to an object of the specified class.
- databaseSetVisibility(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetVisibility method with the given input, deserializing to an object of the specified class.
- databaseSetVisibility(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
- databaseSetVisibility(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the databaseSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
- databaseSetVisibility(String) - Static method in class com.dnanexus.DXAPI
-
- databaseSetVisibility(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- databaseSetVisibility(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- databaseSetVisibility(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- DataObjectState - Enum in com.dnanexus
-
The state of a data object.
- dbclusterAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTags method with an empty input, deserializing to an object of the specified class.
- dbclusterAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTags method with the given input, deserializing to an object of the specified class.
- dbclusterAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTypes method with an empty input, deserializing to an object of the specified class.
- dbclusterAddTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTypes method with the given input, deserializing to an object of the specified class.
- dbclusterAddTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterAddTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterAddTypes(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterAddTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterDescribe method with an empty input, deserializing to an object of the specified class.
- dbclusterDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterDescribe method with the given input, deserializing to an object of the specified class.
- dbclusterDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterGetDetails method with an empty input, deserializing to an object of the specified class.
- dbclusterGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterGetDetails method with the given input, deserializing to an object of the specified class.
- dbclusterGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterNew method with an empty input, deserializing to an object of the specified class.
- dbclusterNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- dbclusterNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterNew method with the specified input, deserializing to an object of the specified class.
- dbclusterNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- dbclusterNew() - Static method in class com.dnanexus.DXAPI
-
- dbclusterNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTags method with an empty input, deserializing to an object of the specified class.
- dbclusterRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTags method with the given input, deserializing to an object of the specified class.
- dbclusterRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTypes method with an empty input, deserializing to an object of the specified class.
- dbclusterRemoveTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTypes method with the given input, deserializing to an object of the specified class.
- dbclusterRemoveTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterRemoveTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterRemoveTypes(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRemoveTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRename method with an empty input, deserializing to an object of the specified class.
- dbclusterRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRename method with the given input, deserializing to an object of the specified class.
- dbclusterRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRename method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterRename method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterRename(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetDetails method with an empty input, deserializing to an object of the specified class.
- dbclusterSetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetDetails method with the given input, deserializing to an object of the specified class.
- dbclusterSetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterSetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterSetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetProperties method with an empty input, deserializing to an object of the specified class.
- dbclusterSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetProperties method with the given input, deserializing to an object of the specified class.
- dbclusterSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetVisibility(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetVisibility method with an empty input, deserializing to an object of the specified class.
- dbclusterSetVisibility(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetVisibility method with the given input, deserializing to an object of the specified class.
- dbclusterSetVisibility(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterSetVisibility(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterSetVisibility(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetVisibility(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetVisibility(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterSetVisibility(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStart(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStart method with an empty input, deserializing to an object of the specified class.
- dbclusterStart(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStart method with the given input, deserializing to an object of the specified class.
- dbclusterStart(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStart method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterStart(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStart method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterStart(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStart(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStart(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStart(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStop(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStop method with an empty input, deserializing to an object of the specified class.
- dbclusterStop(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStop method with the given input, deserializing to an object of the specified class.
- dbclusterStop(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStop method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterStop(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterStop method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterStop(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStop(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStop(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterStop(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterTerminate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterTerminate method with an empty input, deserializing to an object of the specified class.
- dbclusterTerminate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterTerminate method with the given input, deserializing to an object of the specified class.
- dbclusterTerminate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterTerminate method with an empty input using the given environment, deserializing to an object of the specified class.
- dbclusterTerminate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the dbclusterTerminate method with the given input using the given environment, deserializing to an object of the specified class.
- dbclusterTerminate(String) - Static method in class com.dnanexus.DXAPI
-
- dbclusterTerminate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- dbclusterTerminate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- dbclusterTerminate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- delayWorkspaceDestruction - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- delayWorkspaceDestruction() - Method in class com.dnanexus.ExecutableRunner
-
Delays the destruction of the workspace of the resulting job so it can be examined for
debugging.
- dependsOn(DXDataObject) - Method in class com.dnanexus.ExecutableRunner
-
Makes the resulting execution depend on the specified data object, so that the execution will
not begin until the data object is closed.
- dependsOn(DXExecution) - Method in class com.dnanexus.ExecutableRunner
-
Makes the resulting execution depend on the specified execution, so that the former will not
begin until the latter has successfully completed.
- describe() - Method in class com.dnanexus.DXAnalysis
-
- describe() - Method in class com.dnanexus.DXApplet
-
- describe(DXDataObject.DescribeOptions) - Method in class com.dnanexus.DXApplet
-
- describe() - Method in class com.dnanexus.DXDataObject
-
Returns metadata about the data object.
- describe(DXDataObject.DescribeOptions) - Method in class com.dnanexus.DXDataObject
-
Returns metadata about the data object, specifying which optional fields are to be returned
and what project to obtain project-specific metadata from.
- Describe() - Constructor for class com.dnanexus.DXDataObject.Describe
-
Creates a Describe
object with all empty metadata.
- describe() - Method in class com.dnanexus.DXExecution
-
Obtains metadata about the execution.
- describe() - Method in class com.dnanexus.DXFile
-
- describe(DXDataObject.DescribeOptions) - Method in class com.dnanexus.DXFile
-
- describe() - Method in class com.dnanexus.DXJob
-
- describe() - Method in class com.dnanexus.DXProject
-
Returns metadata about the project.
- describe() - Method in class com.dnanexus.DXRecord
-
- describe(DXDataObject.DescribeOptions) - Method in class com.dnanexus.DXRecord
-
- describe() - Method in class com.dnanexus.DXWorkflow
-
- describe(DXDataObject.DescribeOptions) - Method in class com.dnanexus.DXWorkflow
-
- DescribeResponseHash() - Constructor for class com.dnanexus.DXExecution.DescribeResponseHash
-
- destroy() - Method in class com.dnanexus.DXProject
-
Destroys the project and all its contents.
- destroy(boolean) - Method in class com.dnanexus.DXProject
-
Destroys the project and all its contents, optionally terminating all running jobs.
- details - Variable in class com.dnanexus.DXDataObject.Builder
-
- details - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- disableRetry() - Method in class com.dnanexus.DXEnvironment.Builder
-
Disables automatic retry of HTTP requests.
- downloadBytes() - Method in class com.dnanexus.DXFile
-
Downloads the entire file into a byte array.
- downloadBytes(long, long) - Method in class com.dnanexus.DXFile
-
Downloads the specified byte range of the file into a byte array.
- downloadToOutputStream(OutputStream) - Method in class com.dnanexus.DXFile
-
Downloads the entire file and writes the data to an OutputStream.
- downloadToOutputStream(OutputStream, long, long) - Method in class com.dnanexus.DXFile
-
Downloads the specified byte range of the file into an OutputStream.
- DXAnalysis - Class in com.dnanexus
-
An analysis object (a specific instantiation of a workflow).
- DXAnalysis.Describe - Class in com.dnanexus
-
Contains metadata about an analysis.
- DXAPI - Class in com.dnanexus
-
Utility class containing low-level wrappers for invoking DNAnexus API methods.
- DXAPIException - Exception in com.dnanexus.exceptions
-
Represents any response from the API server other than HTTP code 200 (OK).
- DXAPIException(String, int) - Constructor for exception com.dnanexus.exceptions.DXAPIException
-
Initializes a new exception with the specified message and HTTP status
code.
- DXApplet - Class in com.dnanexus
-
An applet (an executable data object).
- DXApplet.Builder - Class in com.dnanexus
-
Builder class for creating a new DXApplet
object.
- DXApplet.Describe - Class in com.dnanexus
-
Contains metadata for an applet.
- DXContainer - Class in com.dnanexus
-
A container (a logical collection for storage and organization of data).
- DXContainer.FolderContents - Class in com.dnanexus
-
Represents the contents of a folder.
- DXDataObject - Class in com.dnanexus
-
Base class for all data object classes in the DNAnexus Platform.
- DXDataObject(String, String, DXContainer, DXEnvironment, JsonNode) - Constructor for class com.dnanexus.DXDataObject
-
Initializes the DXDataObject
to point to the object with the specified ID in the
specified project.
- DXDataObject(String, String, DXEnvironment, JsonNode) - Constructor for class com.dnanexus.DXDataObject
-
Initializes the DXDataObject
to point to the object with the specified ID in the
environment's workspace.
- DXDataObject.Builder<T extends DXDataObject.Builder<T,U>,U extends DXDataObject> - Class in com.dnanexus
-
Abstract builder class for creating a new data object of class U
.
- DXDataObject.Describe - Class in com.dnanexus
-
Contains metadata for a data object (fields common to all data objects).
- DXDataObject.DescribeOptions - Class in com.dnanexus
-
Configuration options for a describe call on a data object (e.g.
DXDataObject.describe(DescribeOptions)
) to control what optional fields get returned
and what project to obtain project-specific metadata from.
- DXEnvironment - Class in com.dnanexus
-
Immutable class storing configuration for selecting, authenticating to, and communicating with a
DNAnexus API server.
- DXEnvironment.Builder - Class in com.dnanexus
-
Builder class for creating DXEnvironment objects.
- DXEnvironment.ProxyDesc - Class in com.dnanexus
-
- DXExecutable<T extends DXExecution> - Interface in com.dnanexus
-
An executable (applet, app, or workflow).
- DXExecution - Class in com.dnanexus
-
An execution (job or analysis).
- DXExecution(String, String, DXEnvironment) - Constructor for class com.dnanexus.DXExecution
-
Initializes a new execution with the specified execution ID and environment.
- DXExecution(String, String, DXEnvironment, JsonNode) - Constructor for class com.dnanexus.DXExecution
-
Initializes a new execution with the specified execution ID, environment, and cached describe
data.
- DXExecution.Describe - Class in com.dnanexus
-
Contains metadata about an execution.
- DXExecution.DescribeResponseHash - Class in com.dnanexus
-
Deserialized output from the /analysis-xxxx/describe or /job-xxxx/describe route (fields
common to all executions only).
- DXFile - Class in com.dnanexus
-
A file (an opaque sequence of bytes).
- DXFile.Builder - Class in com.dnanexus
-
Builder class for creating a new DXFile
object.
- DXFile.Describe - Class in com.dnanexus
-
Contains metadata for a file.
- DXHTTPException - Exception in com.dnanexus.exceptions
-
Represents an error encountered while making an HTTP request or parsing its
results.
- DXHTTPException(Throwable) - Constructor for exception com.dnanexus.exceptions.DXHTTPException
-
Initializes a new DXHTTPException
with the specified cause.
- DXHTTPException() - Constructor for exception com.dnanexus.exceptions.DXHTTPException
-
Initializes a new DXHTTPException
.
- DXHTTPRequest - Class in com.dnanexus
-
Class for making a raw DNAnexus API call via HTTP.
- DXHTTPRequest() - Constructor for class com.dnanexus.DXHTTPRequest
-
Construct the DXHTTPRequest using the default DXEnvironment.
- DXHTTPRequest(DXEnvironment) - Constructor for class com.dnanexus.DXHTTPRequest
-
Construct the DXHTTPRequest using the given DXEnvironment.
- DXHTTPRequest.RetryStrategy - Enum in com.dnanexus
-
Indicates whether a particular API request can be retried.
- dxId - Variable in class com.dnanexus.DXObject
-
The ID of this object (this is the base for URLs used in API calls,
/object-id/verb
).
- DXJob - Class in com.dnanexus
-
A job object (a specific instantiation of an app or applet).
- DXJob.Describe - Class in com.dnanexus
-
Contains metadata about a job.
- DXJob.StateTransition - Class in com.dnanexus
-
A event where a job transitioned from one state to another.
- DXJSON - Class in com.dnanexus
-
Utility class for working with JSON objects.
- DXJSON.ArrayBuilder - Class in com.dnanexus
-
Builder class that generates a JSON array.
- DXJSON.ObjectBuilder - Class in com.dnanexus
-
Builder class that generates a JSON object (hash).
- DXObject - Class in com.dnanexus
-
Base class for all objects in the DNAnexus Platform.
- DXObject(String, String, DXEnvironment) - Constructor for class com.dnanexus.DXObject
-
Creates a new object with the specified ID and environment.
- DXProject - Class in com.dnanexus
-
A project (a container providing features for data sharing and collaboration).
- DXProject.ArchiveRequestBuilder - Class in com.dnanexus
-
Builder for archive requests.
- DXProject.ArchiveResults - Class in com.dnanexus
-
Results of archive request.
- DXProject.Builder - Class in com.dnanexus
-
Builder class for creating a new DXProject
object.
- DXProject.Describe - Class in com.dnanexus
-
Contains metadata for a project.
- DXProject.UnarchiveRequestBuilder - Class in com.dnanexus
-
Builder for unarchive requests.
- DXProject.UnarchiveResults - Class in com.dnanexus
-
Results of unarchive request.
- DXRecord - Class in com.dnanexus
-
A record (the minimal data object class).
- DXRecord.Builder - Class in com.dnanexus
-
Builder class for creating a new DXRecord
object.
- DXRecord.Describe - Class in com.dnanexus
-
Contains metadata for a record.
- DXSearch - Class in com.dnanexus
-
Utility class containing methods for searching for platform objects by various criteria.
- DXSearch.FindDataObjectsRequestBuilder<T extends DXDataObject> - Class in com.dnanexus
-
Builder class for formulating findDataObjects
queries and executing them.
- DXSearch.FindDataObjectsResult<T extends DXDataObject> - Class in com.dnanexus
-
The set of data objects that matched a findDataObjects
query.
- DXSearch.FindExecutionsRequestBuilder<T extends DXExecution> - Class in com.dnanexus
-
Builder class for formulating findExecutions
queries and executing them.
- DXSearch.FindExecutionsResult<T extends DXExecution> - Class in com.dnanexus
-
The set of executions that matched a findExecutions
query.
- DXSearch.FindResultPage<T> - Interface in com.dnanexus
-
Represents a single page of results for a find route.
- DXSearch.ObjectProducer<T extends DXObject> - Interface in com.dnanexus
-
Interface that provides streaming or buffered access to a sequence of DXObjects
.
- DXSearch.Ordering - Enum in com.dnanexus
-
Specifies in a query whether to return visible items, hidden items, or both.
- DXSearch.PropertiesQuery - Class in com.dnanexus
-
A query for objects (data objects, executions, or projects) with specified properties.
- DXSearch.TagsQuery - Class in com.dnanexus
-
A query for objects (data objects, executions, or projects) with specified tags.
- DXSearch.TypeQuery - Class in com.dnanexus
-
A query for data objects with specified types.
- DXSearch.VisibilityQuery - Enum in com.dnanexus
-
Specifies in a query whether to return visible items, hidden items, or both.
- DXUtil - Class in com.dnanexus
-
Utility class for handling job input and output.
- DXUtil() - Constructor for class com.dnanexus.DXUtil
-
- DXWorkflow - Class in com.dnanexus
-
A workflow.
- DXWorkflow.Builder - Class in com.dnanexus
-
Builder class for creating a new DXWorkflow
object.
- DXWorkflow.Describe - Class in com.dnanexus
-
Contains metadata for a workflow.
- DXWorkflow.Modification<T> - Class in com.dnanexus
-
Represents the result of a workflow-modifying operation, along with the
workflow's edit version after that operation.
- DXWorkflow.Stage - Class in com.dnanexus
-
A workflow stage.
- fileAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTags method with an empty input, deserializing to an object of the specified class.
- fileAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTags method with the given input, deserializing to an object of the specified class.
- fileAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- fileAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- fileAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- fileAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileAddTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTypes method with an empty input, deserializing to an object of the specified class.
- fileAddTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTypes method with the given input, deserializing to an object of the specified class.
- fileAddTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- fileAddTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
- fileAddTypes(String) - Static method in class com.dnanexus.DXAPI
-
- fileAddTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileAddTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileAddTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileClose(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileClose method with an empty input, deserializing to an object of the specified class.
- fileClose(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileClose method with the given input, deserializing to an object of the specified class.
- fileClose(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileClose method with an empty input using the given environment, deserializing to an object of the specified class.
- fileClose(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileClose method with the given input using the given environment, deserializing to an object of the specified class.
- fileClose(String) - Static method in class com.dnanexus.DXAPI
-
- fileClose(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileClose(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileClose(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDescribe method with an empty input, deserializing to an object of the specified class.
- fileDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDescribe method with the given input, deserializing to an object of the specified class.
- fileDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- fileDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- fileDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- fileDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileDownload(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDownload method with an empty input, deserializing to an object of the specified class.
- fileDownload(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDownload method with the given input, deserializing to an object of the specified class.
- fileDownload(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDownload method with an empty input using the given environment, deserializing to an object of the specified class.
- fileDownload(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileDownload method with the given input using the given environment, deserializing to an object of the specified class.
- fileDownload(String) - Static method in class com.dnanexus.DXAPI
-
- fileDownload(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileDownload(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileDownload(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileGetDetails method with an empty input, deserializing to an object of the specified class.
- fileGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileGetDetails method with the given input, deserializing to an object of the specified class.
- fileGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- fileGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- fileGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- fileGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileListProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileListProjects method with an empty input, deserializing to an object of the specified class.
- fileListProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileListProjects method with the given input, deserializing to an object of the specified class.
- fileListProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- fileListProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileListProjects method with the given input using the given environment, deserializing to an object of the specified class.
- fileListProjects(String) - Static method in class com.dnanexus.DXAPI
-
- fileListProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileListProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileListProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileNew method with an empty input, deserializing to an object of the specified class.
- fileNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- fileNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileNew method with the specified input, deserializing to an object of the specified class.
- fileNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- fileNew() - Static method in class com.dnanexus.DXAPI
-
- fileNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTags method with an empty input, deserializing to an object of the specified class.
- fileRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTags method with the given input, deserializing to an object of the specified class.
- fileRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- fileRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- fileRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTypes method with an empty input, deserializing to an object of the specified class.
- fileRemoveTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTypes method with the given input, deserializing to an object of the specified class.
- fileRemoveTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- fileRemoveTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
- fileRemoveTypes(String) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRemoveTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRename method with an empty input, deserializing to an object of the specified class.
- fileRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRename method with the given input, deserializing to an object of the specified class.
- fileRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRename method with an empty input using the given environment, deserializing to an object of the specified class.
- fileRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileRename method with the given input using the given environment, deserializing to an object of the specified class.
- fileRename(String) - Static method in class com.dnanexus.DXAPI
-
- fileRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetDetails method with an empty input, deserializing to an object of the specified class.
- fileSetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetDetails method with the given input, deserializing to an object of the specified class.
- fileSetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- fileSetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- fileSetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- fileSetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileSetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetProperties method with an empty input, deserializing to an object of the specified class.
- fileSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetProperties method with the given input, deserializing to an object of the specified class.
- fileSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- fileSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- fileSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- fileSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetVisibility(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetVisibility method with an empty input, deserializing to an object of the specified class.
- fileSetVisibility(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetVisibility method with the given input, deserializing to an object of the specified class.
- fileSetVisibility(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
- fileSetVisibility(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
- fileSetVisibility(String) - Static method in class com.dnanexus.DXAPI
-
- fileSetVisibility(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileSetVisibility(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileSetVisibility(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileUpload(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileUpload method with an empty input, deserializing to an object of the specified class.
- fileUpload(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileUpload method with the given input, deserializing to an object of the specified class.
- fileUpload(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileUpload method with an empty input using the given environment, deserializing to an object of the specified class.
- fileUpload(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the fileUpload method with the given input using the given environment, deserializing to an object of the specified class.
- fileUpload(String) - Static method in class com.dnanexus.DXAPI
-
- fileUpload(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- fileUpload(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- fileUpload(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- findDataObjects() - Static method in class com.dnanexus.DXSearch
-
Returns a builder object for finding data objects that match certain criteria.
- findDataObjectsWithEnvironment(DXEnvironment) - Static method in class com.dnanexus.DXSearch
-
Returns a builder object for finding data objects that match certain criteria, using the
specified environment.
- findExecutions() - Static method in class com.dnanexus.DXSearch
-
Returns a builder object for finding executions (jobs or analyses) that match certain
criteria.
- findExecutionsWithEnvironment(DXEnvironment) - Static method in class com.dnanexus.DXSearch
-
Returns a builder object for finding executions that match certain criteria, using the
specified environment.
- findJobs() - Static method in class com.dnanexus.DXSearch
-
- findJobsWithEnvironment(DXEnvironment) - Static method in class com.dnanexus.DXSearch
-
- folder - Variable in class com.dnanexus.DXDataObject.Builder
-
- folder - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- fromDefaults() - Static method in class com.dnanexus.DXEnvironment.Builder
-
Creates a Builder object using the JSON config in the file
~/.dnanexus_config/environment.json
.
- fromEnvironment(DXEnvironment) - Static method in class com.dnanexus.DXEnvironment.Builder
-
Creates a Builder object with initial settings copied from the specified environment.
- fromFile(File) - Static method in class com.dnanexus.DXEnvironment.Builder
-
Creates a Builder object using the JSON config in the specified file.
- get() - Static method in class com.dnanexus.DXDataObject.DescribeOptions
-
Returns a default instance of DescribeOptions
that returns no optional fields and
selects the project arbitrarily.
- getAnalysis() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the analysis that this execution was run as a stage of, or null if this execution
was not run as a stage in an analysis.
- getApiserverPath() - Method in class com.dnanexus.DXEnvironment
-
Returns the fully qualified API server address (including protocol, host, and port).
- getApplet() - Method in class com.dnanexus.DXJob.Describe
-
Returns the applet of the job if it is running an applet, or null otherwise.
- getArchivalState() - Method in class com.dnanexus.DXFile.Describe
-
Returns the archival state of the file.
- getArrayBuilder() - Static method in class com.dnanexus.DXJSON
-
Creates a new ArrayBuilder, initialized to produce an empty array.
- getBillTo() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the user or organization that this execution was billed to.
- getCachedDescribe() - Method in class com.dnanexus.DXAnalysis
-
- getCachedDescribe() - Method in class com.dnanexus.DXApplet
-
- getCachedDescribe() - Method in class com.dnanexus.DXDataObject
-
- getCachedDescribe() - Method in class com.dnanexus.DXExecution
-
- getCachedDescribe() - Method in class com.dnanexus.DXFile
-
- getCachedDescribe() - Method in class com.dnanexus.DXJob
-
- getCachedDescribe() - Method in class com.dnanexus.DXRecord
-
- getCachedDescribe() - Method in class com.dnanexus.DXWorkflow
-
- getChunkSize(int) - Method in class com.dnanexus.DXFile.Describe
-
Returns the size the specified file part in bytes.
- getCode() - Method in class com.dnanexus.RunSpecification
-
Returns the entry point code for the applet.
- getConnectionTimeout() - Method in class com.dnanexus.DXEnvironment
-
Returns connection read timeout for http client
- getCost() - Method in class com.dnanexus.DXProject.UnarchiveResults
-
Returns total cost (in millidollars) that will be charged for the unarchival request.
- getCount() - Method in class com.dnanexus.DXProject.ArchiveResults
-
Returns number of files tagged for archival.
- getCreationDate() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the creation date of the object.
- getCreationDate() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the date at which the execution was created.
- getDescription() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet description.
- getDetails(Class<T>) - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the details of the object.
- getDetails(Class<T>) - Method in class com.dnanexus.DXExecution.Describe
-
Returns the details (user-suppled metadata) of the execution, deserialized to the
specified class.
- getDistribution() - Method in class com.dnanexus.RunSpecification
-
Returns the distribution for the applet.
- getDownloadStream() - Method in class com.dnanexus.DXFile
-
Returns a stream of the file's contents.
- getDownloadStream(long, long) - Method in class com.dnanexus.DXFile
-
Returns a stream of the specified byte range of the file's contents.
- getDXAPIVersion() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the API version that the applet code is to run under.
- getEditVersion() - Method in class com.dnanexus.DXWorkflow.Modification
-
- getExecutableName() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the name of the executable that was run to create this execution.
- getFailureMessage() - Method in class com.dnanexus.DXJob.Describe
-
Returns a detailed message describing why the job failed, or null if the job is not in a
failing or failed state.
- getFailureReason() - Method in class com.dnanexus.DXJob.Describe
-
Returns a short String describing why the job failed, or null if the job is not in a
failing or failed state.
- getFilePartsList() - Method in class com.dnanexus.DXFile.Describe
-
Returns a list of indices corresponding to parts of the file
- getFiles() - Method in class com.dnanexus.DXProject.UnarchiveResults
-
Returns the number of files that will be unarchived.
- getFirstPage(int) - Method in class com.dnanexus.DXSearch.FindDataObjectsResult
-
Returns a first page of the findDataObjects
results.
- getFolder() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the folder that contains the object.
- getFolder() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the output folder of the execution.
- getFunction() - Method in class com.dnanexus.DXJob.Describe
-
Returns the name of the function (entry point) that the job is running.
- getHttpClient() - Method in class com.dnanexus.DXHTTPRequest
-
Allows custom DXHTTPRequest to setup overridden httpClient
- getHttpContext() - Method in class com.dnanexus.DXHTTPRequest
-
Allows custom HttpContext to setup overridden http.
- getId() - Method in interface com.dnanexus.DXExecutable
-
Returns the ID of the object.
- getId() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the ID of the execution.
- getId() - Method in class com.dnanexus.DXObject
-
Returns the ID of the object.
- getId() - Method in class com.dnanexus.DXWorkflow.Stage
-
- getInput(Class<T>) - Method in class com.dnanexus.DXExecution.Describe
-
Returns the execution's input as it will be given to the job (to the extent possible),
deserialized to the specified class.
- getInputReference(String) - Method in class com.dnanexus.DXWorkflow.Stage
-
Create a link to an input field.
- getInputSpecification() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet's input specification.
- getInstance(String) - Static method in class com.dnanexus.DXAnalysis
-
Returns a DXAnalysis
representing the specified analysis.
- getInstance(String) - Static method in class com.dnanexus.DXApplet
-
Returns a DXApplet
associated with an existing applet.
- getInstance(String, DXContainer) - Static method in class com.dnanexus.DXApplet
-
Returns a DXApplet
associated with an existing applet in a particular project or
container.
- getInstance(String) - Static method in class com.dnanexus.DXContainer
-
Returns a DXProject
or DXContainer
associated with an existing project or
container.
- getInstance(String) - Static method in class com.dnanexus.DXDataObject
-
Returns a DXDataObject
corresponding to an existing object with the specified ID.
- getInstance(String, DXContainer) - Static method in class com.dnanexus.DXDataObject
-
Returns a DXDataObject
corresponding to an existing object with the specified ID in
the specified project or container.
- getInstance(String) - Static method in class com.dnanexus.DXExecution
-
Returns a DXExecution
corresponding to an existing execution with the specified ID.
- getInstance(String) - Static method in class com.dnanexus.DXFile
-
Returns a DXFile
associated with an existing file.
- getInstance(String, DXContainer) - Static method in class com.dnanexus.DXFile
-
Returns a DXFile
associated with an existing file in a particular project or
container.
- getInstance(String) - Static method in class com.dnanexus.DXJob
-
Returns a DXJob
representing the specified job.
- getInstance(String) - Static method in class com.dnanexus.DXProject
-
Returns a DXProject
associated with an existing project.
- getInstance(String) - Static method in class com.dnanexus.DXRecord
-
Returns a DXRecord
associated with an existing record.
- getInstance(String, DXContainer) - Static method in class com.dnanexus.DXRecord
-
Returns a DXRecord
associated with an existing record in a particular project or
container.
- getInstance(String) - Static method in class com.dnanexus.DXWorkflow
-
Returns a DXWorkflow
associated with an existing workflow.
- getInstance(String, DXContainer) - Static method in class com.dnanexus.DXWorkflow
-
Returns a DXWorkflow
associated with an existing workflow in a particular project or
container.
- getInstance(String, String, int) - Static method in exception com.dnanexus.exceptions.DXAPIException
-
Constructs a DXAPIException
of the appropriate subclass based on
the errorType
.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXAnalysis
-
Returns a DXAnalysis
representing the specified analysis using the specified
environment.
- getInstanceWithEnvironment(String, DXContainer, DXEnvironment) - Static method in class com.dnanexus.DXApplet
-
Returns a DXApplet
associated with an existing applet in a particular project using
the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXApplet
-
Returns a DXApplet
associated with an existing applet using the specified
environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXContainer
-
Returns a DXProject
or DXContainer
associated with an existing project or
container, using the specified environment.
- getInstanceWithEnvironment(String, DXContainer, DXEnvironment) - Static method in class com.dnanexus.DXDataObject
-
Returns a DXDataObject
corresponding to an existing object with the specified ID in
the specified project or container, using the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXDataObject
-
Returns a DXDataObject
corresponding to an existing object with the specified ID,
using the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXExecution
-
Returns a DXExecution
corresponding to an existing execution with the specified ID,
using the specified environment.
- getInstanceWithEnvironment(String, DXContainer, DXEnvironment) - Static method in class com.dnanexus.DXFile
-
Returns a DXFile
associated with an existing file in a particular project using the
specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXFile
-
Returns a DXFile
associated with an existing file using the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXJob
-
Returns a DXJob
representing the specified job using the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXProject
-
Returns a DXProject
associated with an existing project using the specified
environment.
- getInstanceWithEnvironment(String, DXContainer, DXEnvironment) - Static method in class com.dnanexus.DXRecord
-
Returns a DXRecord
associated with an existing record in a particular project using
the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXRecord
-
Returns a DXRecord
associated with an existing record using the specified
environment.
- getInstanceWithEnvironment(String, DXContainer, DXEnvironment) - Static method in class com.dnanexus.DXWorkflow
-
Returns a DXWorkflow
associated with an existing workflow in a particular project
using the specified environment.
- getInstanceWithEnvironment(String, DXEnvironment) - Static method in class com.dnanexus.DXWorkflow
-
Returns a DXWorkflow
associated with an existing workflow using the specified
environment.
- getInterpreter() - Method in class com.dnanexus.RunSpecification
-
Returns the interpreter for the applet.
- getIOClass() - Method in class com.dnanexus.InputParameter
-
Returns the class of the parameter.
- getIOClass() - Method in class com.dnanexus.OutputParameter
-
Returns the class of the parameter.
- getJob() - Method in class com.dnanexus.DXEnvironment
-
Returns a handler to the currently running job.
- getJobInput(Class<T>) - Static method in class com.dnanexus.DXUtil
-
Obtains the job input and deserializes it to the specified class.
- getLaunchedBy() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the user that launched this execution.
- getLinkAsJson() - Method in class com.dnanexus.DXDataObject
-
Returns a DNAnexus link for this object.
- getMD5(int) - Method in class com.dnanexus.DXFile.Describe
-
Returns the hexadecimal encoded value of MD5 message-digest of the specified file part.
- getMediaType() - Method in class com.dnanexus.DXFile.Describe
-
Returns the Internet Media Type of the file.
- getModificationDate() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the last modification date of the object.
- getModifiedDate() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the date at which the execution was last modified.
- getName() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the name of the object.
- getName() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the name of the execution.
- getName() - Method in class com.dnanexus.DXProject.Describe
-
Returns the name of the project.
- getName() - Method in class com.dnanexus.InputParameter
-
Returns the name of the parameter.
- getName() - Method in class com.dnanexus.OutputParameter
-
Returns the name of the parameter.
- getNewObjectId(JsonNode) - Static method in class com.dnanexus.DXDataObject.Builder
-
Deserializes the response to a /class-xxxx/new
API call and returns the ID of the
newly created object.
- getNewState() - Method in class com.dnanexus.DXJob.StateTransition
-
Returns the state of the job after the transition.
- getNext() - Method in interface com.dnanexus.DXSearch.FindResultPage
-
Returns an object that can be used in a later call to getSubsequentPage (e.g.
- getObjectBuilder() - Static method in class com.dnanexus.DXJSON
-
Creates a new ObjectBuilder, initialized to produce an empty object.
- getObjects() - Method in class com.dnanexus.DXContainer.FolderContents
-
Lists all data objects in the specified folder.
- getOriginalInput(Class<T>) - Method in class com.dnanexus.DXExecution.Describe
-
Returns the input of the execution, with default values filled in for optional inputs
that were not provided, deserialized to the specified class.
- getOriginJob() - Method in class com.dnanexus.DXJob.Describe
-
Returns the closest ancestor job whose parentJob is null.
- getOutput(Class<T>) - Method in class com.dnanexus.DXAnalysis.Describe
-
Returns the output of the analysis, deserialized to the specified class, or null if no
output hash is available.
- getOutput(Class<T>) - Method in class com.dnanexus.DXAnalysis
-
- getOutput(Class<T>) - Method in class com.dnanexus.DXExecution.Describe
-
Returns the output of the execution, deserialized to the specified class, or null if no
output hash is available.
- getOutput(Class<T>) - Method in class com.dnanexus.DXExecution
-
Returns the output of the execution, deserialized to the specified class.
- getOutput(Class<T>) - Method in class com.dnanexus.DXJob.Describe
-
Returns the output of the job, deserialized to the specified class, or null if no output
hash is available.
- getOutput(Class<T>) - Method in class com.dnanexus.DXJob
-
- getOutputReference(String) - Method in class com.dnanexus.DXWorkflow.Stage
-
Create a link to an output field.
- getOutputSpecification() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet's output specification.
- getParentAnalysis() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the execution's parent analysis, or null
if the execution was not created
by a analysis.
- getParentJob() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the execution's parent job, or null
if the execution was not created by a
job.
- getProject() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the project or container from which user-provided metadata was retrieved.
- getProject() - Method in class com.dnanexus.DXDataObject
-
Returns the object's project or container, if it was explicitly supplied.
- getProject() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the project in which this execution was run.
- getProjectCache() - Method in class com.dnanexus.DXJob.Describe
-
Returns the project cache container for the job if it is running an app, or null
otherwise.
- getProjectContext() - Method in class com.dnanexus.DXEnvironment
-
Returns the current project context.
- getProperties() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the properties associated with the object.
- getProperties() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the properties associated with the execution.
- getProxy() - Method in class com.dnanexus.DXEnvironment
-
Returns the proxy
- getRelease() - Method in class com.dnanexus.RunSpecification
-
Returns the release for the applet.
- getResources() - Method in class com.dnanexus.DXJob.Describe
-
Returns the resources container for the job if it is running an app, or null otherwise.
- getRootExecution() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the execution at the root of the execution tree (the job or analysis that was
created by a user's external API call rather than by a job or run as a stage in an
analysis).
- getRunInput(Class<T>) - Method in class com.dnanexus.DXExecution.Describe
-
Returns the raw input of the execution, deserialized to the specified class.
- getRunSpecification() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet's run specification.
- getSecondsToWaitForRetry() - Method in exception com.dnanexus.exceptions.ServiceUnavailableException
-
- getSecurityContext() - Method in class com.dnanexus.DXEnvironment
-
Deprecated.
- getSetAt() - Method in class com.dnanexus.DXJob.StateTransition
-
Returns the date at which the new state became effective.
- getSize() - Method in class com.dnanexus.DXFile.Describe
-
Returns the size of the file in bytes.
- getSize() - Method in class com.dnanexus.DXProject.UnarchiveResults
-
Returns the size of the data (in GB) that will be unarchived.
- getSocketTimeout() - Method in class com.dnanexus.DXEnvironment
-
Returns socket read timeout for http client
- getStage() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the stage that this execution is associated with, if it was run as a stage in an
analysis; null otherwise.
- getStartDate() - Method in class com.dnanexus.DXJob.Describe
-
Returns the date that the job started running, or null if the job has not started running
yet.
- getState() - Method in class com.dnanexus.DXAnalysis.Describe
-
Returns the state of the analysis.
- getState() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns the state of the object.
- getState() - Method in class com.dnanexus.DXJob.Describe
-
Returns the state of the job.
- getStateTransitions() - Method in class com.dnanexus.DXJob.Describe
-
Returns a list of the state transitions for the job, showing each state that the job
reached and at what time.
- getStatusCode() - Method in exception com.dnanexus.exceptions.DXAPIException
-
Returns the HTTP status code associated with the error.
- getStopDate() - Method in class com.dnanexus.DXJob.Describe
-
Returns the date that the job stopped running, or null if the job has not stopped running
yet.
- getSubfolders() - Method in class com.dnanexus.DXContainer.FolderContents
-
Lists all subfolders of the specified folder.
- getSubsequentPage(JsonNode, int) - Method in class com.dnanexus.DXSearch.FindDataObjectsResult
-
Returns a subsequent page of the findDataObjects
results starting from the specified item.
- getSummary() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet summary.
- getTags() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns a list of tags associated with the object.
- getTags() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the tags associated with the execution.
- getThisInstance() - Method in class com.dnanexus.DXApplet.Builder
-
- getThisInstance() - Method in class com.dnanexus.DXDataObject.Builder
-
Returns the builder object.
- getThisInstance() - Method in class com.dnanexus.DXFile.Builder
-
- getThisInstance() - Method in class com.dnanexus.DXRecord.Builder
-
- getThisInstance() - Method in class com.dnanexus.DXWorkflow.Builder
-
- getTitle() - Method in class com.dnanexus.DXApplet.Describe
-
Returns the applet title.
- getTotalPrice() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the total price of the job.
- getTypes() - Method in class com.dnanexus.DXDataObject.Describe
-
Returns a list of types associated with the object.
- getUploadStream() - Method in class com.dnanexus.DXFile
-
Returns an OutputStream that uploads any data written to it
- getValue() - Method in class com.dnanexus.DXWorkflow.Modification
-
- getWorkspace() - Method in class com.dnanexus.DXEnvironment
-
Returns the temporary workspace of the currently running job, or the current project if this
method is called outside the Execution Environment.
- getWorkspace() - Method in class com.dnanexus.DXExecution.Describe
-
Returns the temporary workspace associated with the execution.
- globalWorkflowAddAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowAddAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- globalWorkflowAddAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddCategories method with an empty input, deserializing to an object of the specified class.
- globalWorkflowAddCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddCategories method with the given input, deserializing to an object of the specified class.
- globalWorkflowAddCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddCategories method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddCategories(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddDevelopers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowAddDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddDevelopers method with the given input, deserializing to an object of the specified class.
- globalWorkflowAddDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddTags method with an empty input, deserializing to an object of the specified class.
- globalWorkflowAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddTags method with the given input, deserializing to an object of the specified class.
- globalWorkflowAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDelete(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDelete method with an empty input, deserializing to an object of the specified class.
- globalWorkflowDelete(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDelete method with the given input, deserializing to an object of the specified class.
- globalWorkflowDelete(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDelete method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowDelete(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDelete method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowDelete(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDelete(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDelete(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDelete(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDescribe method with an empty input, deserializing to an object of the specified class.
- globalWorkflowDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDescribe method with the given input, deserializing to an object of the specified class.
- globalWorkflowDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowListAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- globalWorkflowListAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListCategories method with an empty input, deserializing to an object of the specified class.
- globalWorkflowListCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListCategories method with the given input, deserializing to an object of the specified class.
- globalWorkflowListCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListCategories method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListCategories(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListDevelopers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowListDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListDevelopers method with the given input, deserializing to an object of the specified class.
- globalWorkflowListDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowListDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowListDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowListDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowNew method with an empty input, deserializing to an object of the specified class.
- globalWorkflowNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- globalWorkflowNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowNew method with the specified input, deserializing to an object of the specified class.
- globalWorkflowNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- globalWorkflowNew() - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowPublish(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowPublish method with an empty input, deserializing to an object of the specified class.
- globalWorkflowPublish(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowPublish method with the given input, deserializing to an object of the specified class.
- globalWorkflowPublish(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowPublish method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowPublish(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowPublish method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowPublish(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowPublish(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowPublish(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowPublish(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveAuthorizedUsers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowRemoveAuthorizedUsers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveAuthorizedUsers method with the given input, deserializing to an object of the specified class.
- globalWorkflowRemoveAuthorizedUsers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveAuthorizedUsers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveAuthorizedUsers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveAuthorizedUsers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveAuthorizedUsers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveAuthorizedUsers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveCategories(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveCategories method with an empty input, deserializing to an object of the specified class.
- globalWorkflowRemoveCategories(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveCategories method with the given input, deserializing to an object of the specified class.
- globalWorkflowRemoveCategories(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveCategories(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveCategories(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveCategories(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveCategories(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveCategories(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveDevelopers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveDevelopers method with an empty input, deserializing to an object of the specified class.
- globalWorkflowRemoveDevelopers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveDevelopers method with the given input, deserializing to an object of the specified class.
- globalWorkflowRemoveDevelopers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveDevelopers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveDevelopers(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveDevelopers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveDevelopers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveDevelopers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveTags method with an empty input, deserializing to an object of the specified class.
- globalWorkflowRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveTags method with the given input, deserializing to an object of the specified class.
- globalWorkflowRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRun(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRun method with an empty input, deserializing to an object of the specified class.
- globalWorkflowRun(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRun method with the given input, deserializing to an object of the specified class.
- globalWorkflowRun(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRun method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRun(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowRun method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowRun(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRun(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRun(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowRun(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowUpdate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowUpdate method with an empty input, deserializing to an object of the specified class.
- globalWorkflowUpdate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowUpdate method with the given input, deserializing to an object of the specified class.
- globalWorkflowUpdate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
- globalWorkflowUpdate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the globalWorkflowUpdate method with the given input using the given environment, deserializing to an object of the specified class.
- globalWorkflowUpdate(String) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowUpdate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowUpdate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- globalWorkflowUpdate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- ObjectBuilder() - Constructor for class com.dnanexus.DXJSON.ObjectBuilder
-
Initializes an ObjectBuilder which will generate an empty object.
- of(String) - Static method in class com.dnanexus.DXSearch.TagsQuery
-
A query that matches the specified tag.
- of(String) - Static method in class com.dnanexus.DXSearch.TypeQuery
-
A query that matches the specified type.
- optional() - Method in class com.dnanexus.InputParameter.Builder
-
Makes this input parameter optional.
- optional() - Method in class com.dnanexus.OutputParameter.Builder
-
Makes this output parameter optional.
- orgDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgDescribe method with an empty input, deserializing to an object of the specified class.
- orgDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgDescribe method with the given input, deserializing to an object of the specified class.
- orgDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- orgDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- orgDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- orgDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindApps(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindApps method with an empty input, deserializing to an object of the specified class.
- orgFindApps(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindApps method with the given input, deserializing to an object of the specified class.
- orgFindApps(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindApps method with an empty input using the given environment, deserializing to an object of the specified class.
- orgFindApps(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindApps method with the given input using the given environment, deserializing to an object of the specified class.
- orgFindApps(String) - Static method in class com.dnanexus.DXAPI
-
- orgFindApps(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgFindApps(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindApps(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindMembers(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindMembers method with an empty input, deserializing to an object of the specified class.
- orgFindMembers(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindMembers method with the given input, deserializing to an object of the specified class.
- orgFindMembers(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindMembers method with an empty input using the given environment, deserializing to an object of the specified class.
- orgFindMembers(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindMembers method with the given input using the given environment, deserializing to an object of the specified class.
- orgFindMembers(String) - Static method in class com.dnanexus.DXAPI
-
- orgFindMembers(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgFindMembers(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindMembers(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindProjects method with an empty input, deserializing to an object of the specified class.
- orgFindProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindProjects method with the given input, deserializing to an object of the specified class.
- orgFindProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- orgFindProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgFindProjects method with the given input using the given environment, deserializing to an object of the specified class.
- orgFindProjects(String) - Static method in class com.dnanexus.DXAPI
-
- orgFindProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgFindProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgFindProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgInvite(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgInvite method with an empty input, deserializing to an object of the specified class.
- orgInvite(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgInvite method with the given input, deserializing to an object of the specified class.
- orgInvite(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgInvite method with an empty input using the given environment, deserializing to an object of the specified class.
- orgInvite(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgInvite method with the given input using the given environment, deserializing to an object of the specified class.
- orgInvite(String) - Static method in class com.dnanexus.DXAPI
-
- orgInvite(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgInvite(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgInvite(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgNew method with an empty input, deserializing to an object of the specified class.
- orgNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- orgNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgNew method with the specified input, deserializing to an object of the specified class.
- orgNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- orgNew() - Static method in class com.dnanexus.DXAPI
-
- orgNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgRemoveMember(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgRemoveMember method with an empty input, deserializing to an object of the specified class.
- orgRemoveMember(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgRemoveMember method with the given input, deserializing to an object of the specified class.
- orgRemoveMember(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgRemoveMember method with an empty input using the given environment, deserializing to an object of the specified class.
- orgRemoveMember(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgRemoveMember method with the given input using the given environment, deserializing to an object of the specified class.
- orgRemoveMember(String) - Static method in class com.dnanexus.DXAPI
-
- orgRemoveMember(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgRemoveMember(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgRemoveMember(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgSetMemberAccess(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgSetMemberAccess method with an empty input, deserializing to an object of the specified class.
- orgSetMemberAccess(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgSetMemberAccess method with the given input, deserializing to an object of the specified class.
- orgSetMemberAccess(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgSetMemberAccess method with an empty input using the given environment, deserializing to an object of the specified class.
- orgSetMemberAccess(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgSetMemberAccess method with the given input using the given environment, deserializing to an object of the specified class.
- orgSetMemberAccess(String) - Static method in class com.dnanexus.DXAPI
-
- orgSetMemberAccess(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgSetMemberAccess(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgSetMemberAccess(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgUpdate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgUpdate method with an empty input, deserializing to an object of the specified class.
- orgUpdate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgUpdate method with the given input, deserializing to an object of the specified class.
- orgUpdate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
- orgUpdate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the orgUpdate method with the given input using the given environment, deserializing to an object of the specified class.
- orgUpdate(String) - Static method in class com.dnanexus.DXAPI
-
- orgUpdate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- orgUpdate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- orgUpdate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- originalInput - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- output - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- OutputParameter - Class in com.dnanexus
-
An output parameter for an executable.
- OutputParameter.Builder - Class in com.dnanexus
-
Builder class for creating new output parameters.
- parentAnalysis - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- parentJob - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- parseJson(String) - Static method in class com.dnanexus.DXJSON
-
Parses the specified string into a JSON object.
- PermissionDeniedException - Exception in com.dnanexus.exceptions
-
The client has insufficient permissions to perform this action.
- PermissionDeniedException(String, int) - Constructor for exception com.dnanexus.exceptions.PermissionDeniedException
-
Creates a PermissionDeniedException
with the specified message
and HTTP status code.
- project - Variable in class com.dnanexus.DXDataObject.Builder
-
- project - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- projectAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectAddTags method with an empty input, deserializing to an object of the specified class.
- projectAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectAddTags method with the given input, deserializing to an object of the specified class.
- projectAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- projectAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- projectAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- projectAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectArchive(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectArchive method with an empty input, deserializing to an object of the specified class.
- projectArchive(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectArchive method with the given input, deserializing to an object of the specified class.
- projectArchive(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectArchive method with an empty input using the given environment, deserializing to an object of the specified class.
- projectArchive(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectArchive method with the given input using the given environment, deserializing to an object of the specified class.
- projectArchive(String) - Static method in class com.dnanexus.DXAPI
-
- projectArchive(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectArchive(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectArchive(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectClone(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectClone method with an empty input, deserializing to an object of the specified class.
- projectClone(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectClone method with the given input, deserializing to an object of the specified class.
- projectClone(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectClone method with an empty input using the given environment, deserializing to an object of the specified class.
- projectClone(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectClone method with the given input using the given environment, deserializing to an object of the specified class.
- projectClone(String) - Static method in class com.dnanexus.DXAPI
-
- projectClone(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectClone(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectClone(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDecreasePermissions(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDecreasePermissions method with an empty input, deserializing to an object of the specified class.
- projectDecreasePermissions(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDecreasePermissions method with the given input, deserializing to an object of the specified class.
- projectDecreasePermissions(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDecreasePermissions method with an empty input using the given environment, deserializing to an object of the specified class.
- projectDecreasePermissions(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDecreasePermissions method with the given input using the given environment, deserializing to an object of the specified class.
- projectDecreasePermissions(String) - Static method in class com.dnanexus.DXAPI
-
- projectDecreasePermissions(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectDecreasePermissions(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDecreasePermissions(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDescribe method with an empty input, deserializing to an object of the specified class.
- projectDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDescribe method with the given input, deserializing to an object of the specified class.
- projectDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- projectDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- projectDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- projectDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDestroy(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDestroy method with an empty input, deserializing to an object of the specified class.
- projectDestroy(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDestroy method with the given input, deserializing to an object of the specified class.
- projectDestroy(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDestroy method with an empty input using the given environment, deserializing to an object of the specified class.
- projectDestroy(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectDestroy method with the given input using the given environment, deserializing to an object of the specified class.
- projectDestroy(String) - Static method in class com.dnanexus.DXAPI
-
- projectDestroy(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectDestroy(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectDestroy(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectInvite(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectInvite method with an empty input, deserializing to an object of the specified class.
- projectInvite(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectInvite method with the given input, deserializing to an object of the specified class.
- projectInvite(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectInvite method with an empty input using the given environment, deserializing to an object of the specified class.
- projectInvite(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectInvite method with the given input using the given environment, deserializing to an object of the specified class.
- projectInvite(String) - Static method in class com.dnanexus.DXAPI
-
- projectInvite(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectInvite(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectInvite(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectLeave(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectLeave method with an empty input, deserializing to an object of the specified class.
- projectLeave(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectLeave method with the given input, deserializing to an object of the specified class.
- projectLeave(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectLeave method with an empty input using the given environment, deserializing to an object of the specified class.
- projectLeave(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectLeave method with the given input using the given environment, deserializing to an object of the specified class.
- projectLeave(String) - Static method in class com.dnanexus.DXAPI
-
- projectLeave(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectLeave(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectLeave(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectListFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectListFolder method with an empty input, deserializing to an object of the specified class.
- projectListFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectListFolder method with the given input, deserializing to an object of the specified class.
- projectListFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- projectListFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectListFolder method with the given input using the given environment, deserializing to an object of the specified class.
- projectListFolder(String) - Static method in class com.dnanexus.DXAPI
-
- projectListFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectListFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectListFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectMove(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectMove method with an empty input, deserializing to an object of the specified class.
- projectMove(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectMove method with the given input, deserializing to an object of the specified class.
- projectMove(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectMove method with an empty input using the given environment, deserializing to an object of the specified class.
- projectMove(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectMove method with the given input using the given environment, deserializing to an object of the specified class.
- projectMove(String) - Static method in class com.dnanexus.DXAPI
-
- projectMove(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectMove(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectMove(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNew method with an empty input, deserializing to an object of the specified class.
- projectNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- projectNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNew method with the specified input, deserializing to an object of the specified class.
- projectNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- projectNew() - Static method in class com.dnanexus.DXAPI
-
- projectNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectNewFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNewFolder method with an empty input, deserializing to an object of the specified class.
- projectNewFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNewFolder method with the given input, deserializing to an object of the specified class.
- projectNewFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNewFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- projectNewFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectNewFolder method with the given input using the given environment, deserializing to an object of the specified class.
- projectNewFolder(String) - Static method in class com.dnanexus.DXAPI
-
- projectNewFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectNewFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectNewFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveFolder method with an empty input, deserializing to an object of the specified class.
- projectRemoveFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveFolder method with the given input, deserializing to an object of the specified class.
- projectRemoveFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- projectRemoveFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class.
- projectRemoveFolder(String) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveObjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveObjects method with an empty input, deserializing to an object of the specified class.
- projectRemoveObjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveObjects method with the given input, deserializing to an object of the specified class.
- projectRemoveObjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class.
- projectRemoveObjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class.
- projectRemoveObjects(String) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveObjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveObjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveObjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveTags method with an empty input, deserializing to an object of the specified class.
- projectRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveTags method with the given input, deserializing to an object of the specified class.
- projectRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- projectRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- projectRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRenameFolder(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRenameFolder method with an empty input, deserializing to an object of the specified class.
- projectRenameFolder(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRenameFolder method with the given input, deserializing to an object of the specified class.
- projectRenameFolder(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class.
- projectRenameFolder(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectRenameFolder method with the given input using the given environment, deserializing to an object of the specified class.
- projectRenameFolder(String) - Static method in class com.dnanexus.DXAPI
-
- projectRenameFolder(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectRenameFolder(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectRenameFolder(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectSetProperties method with an empty input, deserializing to an object of the specified class.
- projectSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectSetProperties method with the given input, deserializing to an object of the specified class.
- projectSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- projectSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- projectSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- projectSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectTransfer(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectTransfer method with an empty input, deserializing to an object of the specified class.
- projectTransfer(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectTransfer method with the given input, deserializing to an object of the specified class.
- projectTransfer(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectTransfer method with an empty input using the given environment, deserializing to an object of the specified class.
- projectTransfer(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectTransfer method with the given input using the given environment, deserializing to an object of the specified class.
- projectTransfer(String) - Static method in class com.dnanexus.DXAPI
-
- projectTransfer(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectTransfer(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectTransfer(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUnarchive(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUnarchive method with an empty input, deserializing to an object of the specified class.
- projectUnarchive(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUnarchive method with the given input, deserializing to an object of the specified class.
- projectUnarchive(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUnarchive method with an empty input using the given environment, deserializing to an object of the specified class.
- projectUnarchive(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUnarchive method with the given input using the given environment, deserializing to an object of the specified class.
- projectUnarchive(String) - Static method in class com.dnanexus.DXAPI
-
- projectUnarchive(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectUnarchive(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUnarchive(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUpdate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdate method with an empty input, deserializing to an object of the specified class.
- projectUpdate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdate method with the given input, deserializing to an object of the specified class.
- projectUpdate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
- projectUpdate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdate method with the given input using the given environment, deserializing to an object of the specified class.
- projectUpdate(String) - Static method in class com.dnanexus.DXAPI
-
- projectUpdate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectUpdate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUpdate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUpdateSponsorship(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdateSponsorship method with an empty input, deserializing to an object of the specified class.
- projectUpdateSponsorship(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdateSponsorship method with the given input, deserializing to an object of the specified class.
- projectUpdateSponsorship(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdateSponsorship method with an empty input using the given environment, deserializing to an object of the specified class.
- projectUpdateSponsorship(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the projectUpdateSponsorship method with the given input using the given environment, deserializing to an object of the specified class.
- projectUpdateSponsorship(String) - Static method in class com.dnanexus.DXAPI
-
- projectUpdateSponsorship(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- projectUpdateSponsorship(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- projectUpdateSponsorship(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- properties - Variable in class com.dnanexus.DXDataObject.Builder
-
- put(String, JsonNode) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with an arbitrary JsonNode value.
- put(String, String) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with a string value and returns the resulting
ObjectBuilder.
- put(String, int) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with a numeric value and returns the resulting
ObjectBuilder.
- put(String, long) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with a numeric value and returns the resulting
ObjectBuilder.
- put(String, double) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with a numeric value and returns the resulting
ObjectBuilder.
- put(String, boolean) - Method in class com.dnanexus.DXJSON.ObjectBuilder
-
Adds a key-value pair with a boolean value and returns the resulting
ObjectBuilder.
- putAllProperties(Map<String, String>) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the specified properties on the newly created data object.
- putAllProperties(Map<String, String>) - Method in class com.dnanexus.DXDataObject
-
Sets properties on the object.
- putAllProperties(Map<String, String>, List<String>) - Method in class com.dnanexus.DXDataObject
-
Sets and removes properties on the object.
- putAllProperties(Map<String, String>) - Method in class com.dnanexus.ExecutableRunner
-
Sets the specified properties on the execution to be created.
- putProperty(String, String) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the specified property on the newly created data object.
- putProperty(String, String) - Method in class com.dnanexus.DXDataObject
-
Sets a property on the object.
- putProperty(String, String) - Method in class com.dnanexus.ExecutableRunner
-
Sets the specified property on the execution to be created.
- recordAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTags method with an empty input, deserializing to an object of the specified class.
- recordAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTags method with the given input, deserializing to an object of the specified class.
- recordAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- recordAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- recordAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- recordAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordAddTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTypes method with an empty input, deserializing to an object of the specified class.
- recordAddTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTypes method with the given input, deserializing to an object of the specified class.
- recordAddTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- recordAddTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
- recordAddTypes(String) - Static method in class com.dnanexus.DXAPI
-
- recordAddTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordAddTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordAddTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordClose(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordClose method with an empty input, deserializing to an object of the specified class.
- recordClose(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordClose method with the given input, deserializing to an object of the specified class.
- recordClose(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordClose method with an empty input using the given environment, deserializing to an object of the specified class.
- recordClose(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordClose method with the given input using the given environment, deserializing to an object of the specified class.
- recordClose(String) - Static method in class com.dnanexus.DXAPI
-
- recordClose(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordClose(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordClose(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordDescribe method with an empty input, deserializing to an object of the specified class.
- recordDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordDescribe method with the given input, deserializing to an object of the specified class.
- recordDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- recordDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- recordDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- recordDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordGetDetails method with an empty input, deserializing to an object of the specified class.
- recordGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordGetDetails method with the given input, deserializing to an object of the specified class.
- recordGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- recordGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- recordGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- recordGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordListProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordListProjects method with an empty input, deserializing to an object of the specified class.
- recordListProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordListProjects method with the given input, deserializing to an object of the specified class.
- recordListProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- recordListProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordListProjects method with the given input using the given environment, deserializing to an object of the specified class.
- recordListProjects(String) - Static method in class com.dnanexus.DXAPI
-
- recordListProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordListProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordListProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordNew method with an empty input, deserializing to an object of the specified class.
- recordNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- recordNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordNew method with the specified input, deserializing to an object of the specified class.
- recordNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- recordNew() - Static method in class com.dnanexus.DXAPI
-
- recordNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTags method with an empty input, deserializing to an object of the specified class.
- recordRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTags method with the given input, deserializing to an object of the specified class.
- recordRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- recordRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- recordRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTypes method with an empty input, deserializing to an object of the specified class.
- recordRemoveTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTypes method with the given input, deserializing to an object of the specified class.
- recordRemoveTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- recordRemoveTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
- recordRemoveTypes(String) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRemoveTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRename method with an empty input, deserializing to an object of the specified class.
- recordRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRename method with the given input, deserializing to an object of the specified class.
- recordRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRename method with an empty input using the given environment, deserializing to an object of the specified class.
- recordRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordRename method with the given input using the given environment, deserializing to an object of the specified class.
- recordRename(String) - Static method in class com.dnanexus.DXAPI
-
- recordRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetDetails method with an empty input, deserializing to an object of the specified class.
- recordSetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetDetails method with the given input, deserializing to an object of the specified class.
- recordSetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- recordSetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- recordSetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- recordSetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordSetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetProperties method with an empty input, deserializing to an object of the specified class.
- recordSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetProperties method with the given input, deserializing to an object of the specified class.
- recordSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- recordSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- recordSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- recordSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetVisibility(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetVisibility method with an empty input, deserializing to an object of the specified class.
- recordSetVisibility(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetVisibility method with the given input, deserializing to an object of the specified class.
- recordSetVisibility(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
- recordSetVisibility(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the recordSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
- recordSetVisibility(String) - Static method in class com.dnanexus.DXAPI
-
- recordSetVisibility(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- recordSetVisibility(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- recordSetVisibility(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- removeFolder(String) - Method in class com.dnanexus.DXContainer
-
Removes the specified folder.
- removeFolder(String, boolean) - Method in class com.dnanexus.DXContainer
-
Removes the specified folder, optionally removing all subfolders as well.
- removeObjects(List<? extends DXDataObject>) - Method in class com.dnanexus.DXContainer
-
Removes the specified objects from the container.
- removeProperty(String) - Method in class com.dnanexus.DXDataObject
-
Removes a property from the object.
- removeTags(List<String>) - Method in class com.dnanexus.DXDataObject
-
Removes the specified tags from the object.
- removeTypes(List<String>) - Method in class com.dnanexus.DXDataObject
-
Removes the specified types from the object.
- rename(String) - Method in class com.dnanexus.DXDataObject
-
Changes the name of the object in its project.
- renameFolder(String, String) - Method in class com.dnanexus.DXContainer
-
Renames the specified folder.
- request(String, JsonNode) - Method in class com.dnanexus.DXHTTPRequest
-
- request(String, JsonNode, DXHTTPRequest.RetryStrategy) - Method in class com.dnanexus.DXHTTPRequest
-
Issues a request against the specified resource and returns the result as a JSON object.
- request(String, String) - Method in class com.dnanexus.DXHTTPRequest
-
- request(String, String, DXHTTPRequest.RetryStrategy) - Method in class com.dnanexus.DXHTTPRequest
-
Issues a request against the specified resource and returns the result as a String.
- ResourceNotFoundException - Exception in com.dnanexus.exceptions
-
A specified entity or resource could not be found.
- ResourceNotFoundException(String, int) - Constructor for exception com.dnanexus.exceptions.ResourceNotFoundException
-
Creates a ResourceNotFoundException
with the specified message
and HTTP status code.
- rootExecution - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- run() - Method in class com.dnanexus.ExecutableRunner
-
Runs the executable.
- runInput - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- RunSpecification - Class in com.dnanexus
-
A run specification for an applet.
- RunSpecification.Builder - Class in com.dnanexus
-
Builder class for creating RunSpecifications.
- safeTreeToValue(JsonNode, Class<T>) - Static method in class com.dnanexus.DXJSON
-
Translates the given JSON object to an instance of the specified class.
- ServiceUnavailableException - Exception in com.dnanexus.exceptions
-
Exception used to indicate that the request yielded 503 Service Unavailable and suggested
that we retry at some point in the future.
- ServiceUnavailableException(String, int) - Constructor for exception com.dnanexus.exceptions.ServiceUnavailableException
-
Creates a ServiceUnavailableException
with the specified
message and HTTP status code.
- ServiceUnavailableException(String, int, int) - Constructor for exception com.dnanexus.exceptions.ServiceUnavailableException
-
- setAllCopies(Boolean) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
- setApiserverHost(String) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the API server hostname.
- setApiserverPort(int) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the API server port.
- setApiserverProtocol(String) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the API server protocol ("http" or "https").
- setBearerToken(String) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the token to use to authenticate to the Platform.
- setConnectionTimeout(int) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets connection timeout of HTTP requests.
- setDescription(String) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the description of the applet to be created.
- setDetails(Object) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the details of the data object to be created.
- setDetails(Object) - Method in class com.dnanexus.DXDataObject
-
Sets the details of the object.
- setDetails(Object) - Method in class com.dnanexus.ExecutableRunner
-
Sets the execution details to the JSON serialized value of the specified object.
- setDryRun(Boolean) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Sets dry-run mode.
- setFolder(String) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the folder in which the data object will be created.
- setFolder(String, boolean) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the folder in which the data object will be created, optionally specifying that the
folder and its parents should be created if necessary.
- setFolder(String) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
Sets folder for archival.
- setFolder(String, Boolean) - Method in class com.dnanexus.DXProject.ArchiveRequestBuilder
-
Sets folder for archival.
- setFolder(String) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Sets folder for unarchiving.
- setFolder(String, Boolean) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Sets folder for unarchiving.
- setFolder(String) - Method in class com.dnanexus.ExecutableRunner
-
Sets the folder in which the execution's outputs will be deposited.
- setHttpProxy(String) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the HTTP proxy server
- setInput(Object) - Method in class com.dnanexus.ExecutableRunner
-
Sets the input hash to the JSON serialized value of the specified object.
- setInputSpecification(List<? extends InputParameter>) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the input specification of the applet to be created.
- setJob(DXJob) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the current job to the specified job.
- setMaxDefaultConnectionsPerRoute(int) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets maxDefaultConnectionsPerRoute for httpClient
- setMediaType(String) - Method in class com.dnanexus.DXFile.Builder
-
Sets the Internet Media Type of the file to be created.
- setName(String) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the name of the newly created data object.
- setName(String) - Method in class com.dnanexus.DXProject.Builder
-
Sets the name of the new project.
- setName(String) - Method in class com.dnanexus.ExecutableRunner
-
Sets the name of the resulting execution.
- setOutputSpecification(List<? extends OutputParameter>) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the output specification of the applet to be created.
- setProject(DXContainer) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the project or container where the new data object will be created.
- setProject(DXProject) - Method in class com.dnanexus.ExecutableRunner
-
Sets the project context of the resulting execution.
- setProjectContext(DXProject) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the project context to the specified project.
- setRate(UnarchivingRate) - Method in class com.dnanexus.DXProject.UnarchiveRequestBuilder
-
Sets the speed at which the files in this request are unarchived.
- setRawInput(JsonNode) - Method in class com.dnanexus.ExecutableRunner
-
Sets the input hash to the specified JSON node.
- setRunSpecification(RunSpecification) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the run specification of the applet to be created.
- setSecurityContext(JsonNode) - Method in class com.dnanexus.DXEnvironment.Builder
-
- setSocketTimeout(int) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets socket timeout of HTTP requests.
- setSummary(String) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the summary of the applet to be created.
- setTitle(String) - Method in class com.dnanexus.DXApplet.Builder
-
Sets the title of the applet to be created.
- setVisibility(boolean) - Method in class com.dnanexus.DXDataObject.Builder
-
Sets the visibility of the new data object.
- setVisibility(boolean) - Method in class com.dnanexus.DXDataObject
-
Makes the object visible or hidden.
- setWorkspace(DXContainer) - Method in class com.dnanexus.DXEnvironment.Builder
-
Sets the workspace to the specified container.
- size() - Method in interface com.dnanexus.DXSearch.FindResultPage
-
Returns the number of results in the current page.
- SpendingLimitExceededException - Exception in com.dnanexus.exceptions
-
The spending limit has been reached for the account that would be billed for
this action.
- SpendingLimitExceededException(String, int) - Constructor for exception com.dnanexus.exceptions.SpendingLimitExceededException
-
Creates a SpendingLimitExceededException
with the specified
message and HTTP status code.
- stage - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- systemDescribeDataObjects(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeDataObjects method with an empty input, deserializing to an object of the specified class.
- systemDescribeDataObjects(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemDescribeDataObjects(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeDataObjects method with the specified input, deserializing to an object of the specified class.
- systemDescribeDataObjects(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemDescribeDataObjects() - Static method in class com.dnanexus.DXAPI
-
- systemDescribeDataObjects(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeDataObjects(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeDataObjects(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeExecutions(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeExecutions method with an empty input, deserializing to an object of the specified class.
- systemDescribeExecutions(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemDescribeExecutions(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeExecutions method with the specified input, deserializing to an object of the specified class.
- systemDescribeExecutions(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemDescribeExecutions() - Static method in class com.dnanexus.DXAPI
-
- systemDescribeExecutions(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeExecutions(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeExecutions(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeProjects(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeProjects method with an empty input, deserializing to an object of the specified class.
- systemDescribeProjects(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeProjects method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemDescribeProjects(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeProjects method with the specified input, deserializing to an object of the specified class.
- systemDescribeProjects(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemDescribeProjects method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemDescribeProjects() - Static method in class com.dnanexus.DXAPI
-
- systemDescribeProjects(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeProjects(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemDescribeProjects(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindAffiliates(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAffiliates method with an empty input, deserializing to an object of the specified class.
- systemFindAffiliates(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAffiliates method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindAffiliates(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAffiliates method with the specified input, deserializing to an object of the specified class.
- systemFindAffiliates(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAffiliates method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindAffiliates() - Static method in class com.dnanexus.DXAPI
-
- systemFindAffiliates(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindAffiliates(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindAffiliates(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindAnalyses(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAnalyses method with an empty input, deserializing to an object of the specified class.
- systemFindAnalyses(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAnalyses method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindAnalyses(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAnalyses method with the specified input, deserializing to an object of the specified class.
- systemFindAnalyses(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindAnalyses method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindAnalyses() - Static method in class com.dnanexus.DXAPI
-
- systemFindAnalyses(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindAnalyses(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindAnalyses(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindApps(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindApps method with an empty input, deserializing to an object of the specified class.
- systemFindApps(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindApps method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindApps(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindApps method with the specified input, deserializing to an object of the specified class.
- systemFindApps(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindApps method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindApps() - Static method in class com.dnanexus.DXAPI
-
- systemFindApps(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindApps(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindApps(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindDatabases(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDatabases method with an empty input, deserializing to an object of the specified class.
- systemFindDatabases(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDatabases method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindDatabases(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDatabases method with the specified input, deserializing to an object of the specified class.
- systemFindDatabases(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDatabases method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindDatabases() - Static method in class com.dnanexus.DXAPI
-
- systemFindDatabases(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindDatabases(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindDatabases(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindDataObjects(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDataObjects method with an empty input, deserializing to an object of the specified class.
- systemFindDataObjects(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindDataObjects(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDataObjects method with the specified input, deserializing to an object of the specified class.
- systemFindDataObjects(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindDataObjects() - Static method in class com.dnanexus.DXAPI
-
- systemFindDataObjects(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindDataObjects(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindDataObjects(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindExecutions(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindExecutions method with an empty input, deserializing to an object of the specified class.
- systemFindExecutions(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindExecutions(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindExecutions method with the specified input, deserializing to an object of the specified class.
- systemFindExecutions(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindExecutions() - Static method in class com.dnanexus.DXAPI
-
- systemFindExecutions(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindExecutions(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindExecutions(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindGlobalWorkflows(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindGlobalWorkflows method with an empty input, deserializing to an object of the specified class.
- systemFindGlobalWorkflows(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindGlobalWorkflows method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindGlobalWorkflows(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindGlobalWorkflows method with the specified input, deserializing to an object of the specified class.
- systemFindGlobalWorkflows(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindGlobalWorkflows method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindGlobalWorkflows() - Static method in class com.dnanexus.DXAPI
-
- systemFindGlobalWorkflows(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindGlobalWorkflows(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindGlobalWorkflows(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindJobs(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindJobs method with an empty input, deserializing to an object of the specified class.
- systemFindJobs(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindJobs method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindJobs(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindJobs method with the specified input, deserializing to an object of the specified class.
- systemFindJobs(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindJobs method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindJobs() - Static method in class com.dnanexus.DXAPI
-
- systemFindJobs(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindJobs(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindJobs(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindOrgs(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindOrgs method with an empty input, deserializing to an object of the specified class.
- systemFindOrgs(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindOrgs method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindOrgs(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindOrgs method with the specified input, deserializing to an object of the specified class.
- systemFindOrgs(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindOrgs method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindOrgs() - Static method in class com.dnanexus.DXAPI
-
- systemFindOrgs(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindOrgs(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindOrgs(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjectMembers(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjectMembers method with an empty input, deserializing to an object of the specified class.
- systemFindProjectMembers(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjectMembers method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindProjectMembers(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjectMembers method with the specified input, deserializing to an object of the specified class.
- systemFindProjectMembers(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjectMembers method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindProjectMembers() - Static method in class com.dnanexus.DXAPI
-
- systemFindProjectMembers(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjectMembers(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjectMembers(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjects(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjects method with an empty input, deserializing to an object of the specified class.
- systemFindProjects(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjects method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindProjects(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjects method with the specified input, deserializing to an object of the specified class.
- systemFindProjects(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindProjects method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindProjects() - Static method in class com.dnanexus.DXAPI
-
- systemFindProjects(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjects(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindProjects(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindUsers(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindUsers method with an empty input, deserializing to an object of the specified class.
- systemFindUsers(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindUsers method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemFindUsers(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindUsers method with the specified input, deserializing to an object of the specified class.
- systemFindUsers(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemFindUsers method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemFindUsers() - Static method in class com.dnanexus.DXAPI
-
- systemFindUsers(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemFindUsers(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemFindUsers(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGenerateBatchInputs(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGenerateBatchInputs method with an empty input, deserializing to an object of the specified class.
- systemGenerateBatchInputs(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGenerateBatchInputs method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemGenerateBatchInputs(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGenerateBatchInputs method with the specified input, deserializing to an object of the specified class.
- systemGenerateBatchInputs(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGenerateBatchInputs method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemGenerateBatchInputs() - Static method in class com.dnanexus.DXAPI
-
- systemGenerateBatchInputs(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemGenerateBatchInputs(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGenerateBatchInputs(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGlobalSearch(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGlobalSearch method with an empty input, deserializing to an object of the specified class.
- systemGlobalSearch(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGlobalSearch method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemGlobalSearch(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGlobalSearch method with the specified input, deserializing to an object of the specified class.
- systemGlobalSearch(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGlobalSearch method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemGlobalSearch() - Static method in class com.dnanexus.DXAPI
-
- systemGlobalSearch(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemGlobalSearch(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGlobalSearch(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGreet(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGreet method with an empty input, deserializing to an object of the specified class.
- systemGreet(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGreet method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemGreet(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGreet method with the specified input, deserializing to an object of the specified class.
- systemGreet(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemGreet method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemGreet() - Static method in class com.dnanexus.DXAPI
-
- systemGreet(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemGreet(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemGreet(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemHeaders(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemHeaders method with an empty input, deserializing to an object of the specified class.
- systemHeaders(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemHeaders method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemHeaders(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemHeaders method with the specified input, deserializing to an object of the specified class.
- systemHeaders(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemHeaders method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemHeaders() - Static method in class com.dnanexus.DXAPI
-
- systemHeaders(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemHeaders(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemHeaders(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemResolveDataObjects(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemResolveDataObjects method with an empty input, deserializing to an object of the specified class.
- systemResolveDataObjects(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemResolveDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemResolveDataObjects(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemResolveDataObjects method with the specified input, deserializing to an object of the specified class.
- systemResolveDataObjects(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemResolveDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemResolveDataObjects() - Static method in class com.dnanexus.DXAPI
-
- systemResolveDataObjects(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemResolveDataObjects(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemResolveDataObjects(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemShortenURL(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemShortenURL method with an empty input, deserializing to an object of the specified class.
- systemShortenURL(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemShortenURL method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemShortenURL(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemShortenURL method with the specified input, deserializing to an object of the specified class.
- systemShortenURL(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemShortenURL method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemShortenURL() - Static method in class com.dnanexus.DXAPI
-
- systemShortenURL(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemShortenURL(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemShortenURL(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemWhoami(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemWhoami method with an empty input, deserializing to an object of the specified class.
- systemWhoami(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemWhoami method with an empty input using the specified environment, deserializing to an object of the specified class.
- systemWhoami(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemWhoami method with the specified input, deserializing to an object of the specified class.
- systemWhoami(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the systemWhoami method with the specified input using the specified environment, deserializing to an object of the specified class.
- systemWhoami() - Static method in class com.dnanexus.DXAPI
-
- systemWhoami(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- systemWhoami(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- systemWhoami(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- waitUntilDone() - Method in class com.dnanexus.DXAnalysis
-
Waits until the analysis has successfully completed and is in the DONE state.
- waitUntilDone() - Method in class com.dnanexus.DXExecution
-
Waits until the execution has successfully completed and is in the DONE state.
- waitUntilDone() - Method in class com.dnanexus.DXJob
-
Waits until the job has successfully completed and is in the DONE state.
- withArchivalState(ArchivalState) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns files with the specified archival state.
- withClassAnalysis() - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns analyses (filters out jobs).
- withClassApplet() - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns applets (filters out data objects of all other classes).
- withClassFile() - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns files (filters out data objects of all other classes).
- withClassJob() - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns jobs (filters out analyses).
- withClassRecord() - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns records (filters out data objects of all other classes).
- withClassWorkflow() - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns workflows (filters out data objects of all other classes).
- withCustomFields(String...) - Method in class com.dnanexus.DXDataObject.DescribeOptions
-
Returns a DescribeOptions
that behaves like the current one, except that only the
specified fields will be included in the result.
- withCustomFields(Collection<? extends String>) - Method in class com.dnanexus.DXDataObject.DescribeOptions
-
Returns a DescribeOptions
that behaves like the current one, except that only the
fields in the specified collection will be included in the result.
- withDetails() - Method in class com.dnanexus.DXDataObject.DescribeOptions
-
Returns a DescribeOptions
that behaves like the current one, except that the
details field will be included in the result.
- withDetails(Object) - Method in class com.dnanexus.ExecutableRunner
-
- withExecutable(DXExecutable<?>) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions with the specified executable.
- withIdsIn(Collection<? extends DXDataObject>) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects whose IDs match one of the specified data objects.
- withIdsIn(Collection<? extends DXExecution>) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions whose IDs match one of the specified executions.
- withInput(Object) - Method in class com.dnanexus.ExecutableRunner
-
- withKey(String) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that the specified property key is present.
- withKeyAndBoolean(String, Boolean) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that the specified property key is present of not on the data object
- withKeyAndMapValue(String, Map<String, String>) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that the specified property is defined by the mapping
- withKeyAndValue(String, String) - Static method in class com.dnanexus.DXSearch.PropertiesQuery
-
A query that the specified property key has the specified property value.
- withLinkTo(DXDataObject) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects that link to the specified data object.
- withMinimumAccessLevel(AccessLevel) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects to which the requesting user has at least the specified level
of permission in some project.
- withName(String) - Method in class com.dnanexus.ExecutableRunner
-
- withOriginJob(DXJob) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions with the specified origin job.
- withParentAnalysis(DXAnalysis) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions with the specified parent analysis.
- withParentJob(DXJob) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions with the specified parent job.
- withProperties() - Method in class com.dnanexus.DXDataObject.DescribeOptions
-
Returns a DescribeOptions
that behaves like the current one, except that the
properties field will be included in the result.
- withProperties(DXSearch.PropertiesQuery) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects matching the specified properties query.
- withProperties(DXSearch.PropertiesQuery) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions matching the specified properties query.
- withProperty(String) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects where the specified property is present.
- withProperty(String, String) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects where the specified property has the specified value.
- withProperty(String, Boolean) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects where the specified property either exists or not.
- withProperty(String, Map<String, String>) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects where the property key is not equal to the given value
- withProperty(String) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions where the specified property is present.
- withProperty(String, String) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions where the specified property has the specified value.
- withRawInput(JsonNode) - Method in class com.dnanexus.ExecutableRunner
-
- withRootExecution(DXExecution) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only return executions with the specified root execution.
- withSortBy(String, DXSearch.Ordering) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Requests that the returned data objects are sorted by the specified field.
- withState(DataObjectState) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects with the specified state.
- withState(AnalysisState...) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions in one of the specified analysis states.
- withState(JobState...) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions in one of the specified job states.
- withTag(String) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects with the specified tag.
- withTag(String) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions with the specified tag.
- withTags(DXSearch.TagsQuery) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects matching the specified tags query.
- withTags(DXSearch.TagsQuery) - Method in class com.dnanexus.DXSearch.FindExecutionsRequestBuilder
-
Only returns executions matching the specified tags query.
- withType(String) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects with the specified type.
- withTypes(DXSearch.TypeQuery) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects matching the specified types query.
- withVisibility(DXSearch.VisibilityQuery) - Method in class com.dnanexus.DXSearch.FindDataObjectsRequestBuilder
-
Only returns data objects with the specified visibility (visible or hidden).
- workflowAddStage(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddStage method with an empty input, deserializing to an object of the specified class.
- workflowAddStage(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddStage method with the given input, deserializing to an object of the specified class.
- workflowAddStage(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddStage method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowAddStage(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddStage method with the given input using the given environment, deserializing to an object of the specified class.
- workflowAddStage(String) - Static method in class com.dnanexus.DXAPI
-
- workflowAddStage(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowAddStage(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowAddStage(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTags method with an empty input, deserializing to an object of the specified class.
- workflowAddTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTags method with the given input, deserializing to an object of the specified class.
- workflowAddTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowAddTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTags method with the given input using the given environment, deserializing to an object of the specified class.
- workflowAddTags(String) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTypes method with an empty input, deserializing to an object of the specified class.
- workflowAddTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTypes method with the given input, deserializing to an object of the specified class.
- workflowAddTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowAddTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
- workflowAddTypes(String) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowAddTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowClose(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowClose method with an empty input, deserializing to an object of the specified class.
- workflowClose(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowClose method with the given input, deserializing to an object of the specified class.
- workflowClose(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowClose method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowClose(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowClose method with the given input using the given environment, deserializing to an object of the specified class.
- workflowClose(String) - Static method in class com.dnanexus.DXAPI
-
- workflowClose(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowClose(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowClose(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowDescribe(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDescribe method with an empty input, deserializing to an object of the specified class.
- workflowDescribe(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDescribe method with the given input, deserializing to an object of the specified class.
- workflowDescribe(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowDescribe(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDescribe method with the given input using the given environment, deserializing to an object of the specified class.
- workflowDescribe(String) - Static method in class com.dnanexus.DXAPI
-
- workflowDescribe(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowDescribe(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowDescribe(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowDryRun(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDryRun method with an empty input, deserializing to an object of the specified class.
- workflowDryRun(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDryRun method with the given input, deserializing to an object of the specified class.
- workflowDryRun(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDryRun method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowDryRun(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowDryRun method with the given input using the given environment, deserializing to an object of the specified class.
- workflowDryRun(String) - Static method in class com.dnanexus.DXAPI
-
- workflowDryRun(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowDryRun(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowDryRun(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowGetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowGetDetails method with an empty input, deserializing to an object of the specified class.
- workflowGetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowGetDetails method with the given input, deserializing to an object of the specified class.
- workflowGetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowGetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- workflowGetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- workflowGetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowGetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowGetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowIsStageCompatible(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowIsStageCompatible method with an empty input, deserializing to an object of the specified class.
- workflowIsStageCompatible(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowIsStageCompatible method with the given input, deserializing to an object of the specified class.
- workflowIsStageCompatible(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowIsStageCompatible method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowIsStageCompatible(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowIsStageCompatible method with the given input using the given environment, deserializing to an object of the specified class.
- workflowIsStageCompatible(String) - Static method in class com.dnanexus.DXAPI
-
- workflowIsStageCompatible(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowIsStageCompatible(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowIsStageCompatible(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowListProjects(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowListProjects method with an empty input, deserializing to an object of the specified class.
- workflowListProjects(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowListProjects method with the given input, deserializing to an object of the specified class.
- workflowListProjects(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowListProjects(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowListProjects method with the given input using the given environment, deserializing to an object of the specified class.
- workflowListProjects(String) - Static method in class com.dnanexus.DXAPI
-
- workflowListProjects(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowListProjects(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowListProjects(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowMoveStage(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowMoveStage method with an empty input, deserializing to an object of the specified class.
- workflowMoveStage(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowMoveStage method with the given input, deserializing to an object of the specified class.
- workflowMoveStage(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowMoveStage method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowMoveStage(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowMoveStage method with the given input using the given environment, deserializing to an object of the specified class.
- workflowMoveStage(String) - Static method in class com.dnanexus.DXAPI
-
- workflowMoveStage(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowMoveStage(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowMoveStage(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowNew(Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowNew method with an empty input, deserializing to an object of the specified class.
- workflowNew(Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowNew method with an empty input using the specified environment, deserializing to an object of the specified class.
- workflowNew(Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowNew method with the specified input, deserializing to an object of the specified class.
- workflowNew(Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowNew method with the specified input using the specified environment, deserializing to an object of the specified class.
- workflowNew() - Static method in class com.dnanexus.DXAPI
-
- workflowNew(JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowNew(DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowNew(JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowOverwrite(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowOverwrite method with an empty input, deserializing to an object of the specified class.
- workflowOverwrite(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowOverwrite method with the given input, deserializing to an object of the specified class.
- workflowOverwrite(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowOverwrite method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowOverwrite(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowOverwrite method with the given input using the given environment, deserializing to an object of the specified class.
- workflowOverwrite(String) - Static method in class com.dnanexus.DXAPI
-
- workflowOverwrite(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowOverwrite(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowOverwrite(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveStage(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveStage method with an empty input, deserializing to an object of the specified class.
- workflowRemoveStage(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveStage method with the given input, deserializing to an object of the specified class.
- workflowRemoveStage(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveStage method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowRemoveStage(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveStage method with the given input using the given environment, deserializing to an object of the specified class.
- workflowRemoveStage(String) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveStage(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveStage(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveStage(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTags(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTags method with an empty input, deserializing to an object of the specified class.
- workflowRemoveTags(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTags method with the given input, deserializing to an object of the specified class.
- workflowRemoveTags(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowRemoveTags(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
- workflowRemoveTags(String) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTags(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTags(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTags(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTypes(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTypes method with an empty input, deserializing to an object of the specified class.
- workflowRemoveTypes(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTypes method with the given input, deserializing to an object of the specified class.
- workflowRemoveTypes(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowRemoveTypes(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
- workflowRemoveTypes(String) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTypes(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTypes(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRemoveTypes(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRename(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRename method with an empty input, deserializing to an object of the specified class.
- workflowRename(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRename method with the given input, deserializing to an object of the specified class.
- workflowRename(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRename method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowRename(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRename method with the given input using the given environment, deserializing to an object of the specified class.
- workflowRename(String) - Static method in class com.dnanexus.DXAPI
-
- workflowRename(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowRename(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRename(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRun(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRun method with an empty input, deserializing to an object of the specified class.
- workflowRun(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRun method with the given input, deserializing to an object of the specified class.
- workflowRun(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRun method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowRun(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowRun method with the given input using the given environment, deserializing to an object of the specified class.
- workflowRun(String) - Static method in class com.dnanexus.DXAPI
-
- workflowRun(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowRun(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowRun(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetDetails(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetDetails method with an empty input, deserializing to an object of the specified class.
- workflowSetDetails(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetDetails method with the given input, deserializing to an object of the specified class.
- workflowSetDetails(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowSetDetails(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
- workflowSetDetails(String) - Static method in class com.dnanexus.DXAPI
-
- workflowSetDetails(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowSetDetails(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetDetails(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetProperties(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetProperties method with an empty input, deserializing to an object of the specified class.
- workflowSetProperties(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetProperties method with the given input, deserializing to an object of the specified class.
- workflowSetProperties(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowSetProperties(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
- workflowSetProperties(String) - Static method in class com.dnanexus.DXAPI
-
- workflowSetProperties(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowSetProperties(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetProperties(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetVisibility(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetVisibility method with an empty input, deserializing to an object of the specified class.
- workflowSetVisibility(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetVisibility method with the given input, deserializing to an object of the specified class.
- workflowSetVisibility(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowSetVisibility(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
- workflowSetVisibility(String) - Static method in class com.dnanexus.DXAPI
-
- workflowSetVisibility(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowSetVisibility(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowSetVisibility(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdate(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdate method with an empty input, deserializing to an object of the specified class.
- workflowUpdate(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdate method with the given input, deserializing to an object of the specified class.
- workflowUpdate(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowUpdate(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdate method with the given input using the given environment, deserializing to an object of the specified class.
- workflowUpdate(String) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdate(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdate(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdate(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdateStageExecutable(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdateStageExecutable method with an empty input, deserializing to an object of the specified class.
- workflowUpdateStageExecutable(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdateStageExecutable method with the given input, deserializing to an object of the specified class.
- workflowUpdateStageExecutable(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdateStageExecutable method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowUpdateStageExecutable(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowUpdateStageExecutable method with the given input using the given environment, deserializing to an object of the specified class.
- workflowUpdateStageExecutable(String) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdateStageExecutable(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdateStageExecutable(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowUpdateStageExecutable(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowValidateBatch(String, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowValidateBatch method with an empty input, deserializing to an object of the specified class.
- workflowValidateBatch(String, Object, Class<T>) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowValidateBatch method with the given input, deserializing to an object of the specified class.
- workflowValidateBatch(String, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.
- workflowValidateBatch(String, Object, Class<T>, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
Invokes the workflowValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
- workflowValidateBatch(String) - Static method in class com.dnanexus.DXAPI
-
- workflowValidateBatch(String, JsonNode) - Static method in class com.dnanexus.DXAPI
-
- workflowValidateBatch(String, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workflowValidateBatch(String, JsonNode, DXEnvironment) - Static method in class com.dnanexus.DXAPI
-
- workspace - Variable in class com.dnanexus.DXExecution.DescribeResponseHash
-
- writeJobOutput(Object) - Static method in class com.dnanexus.DXUtil
-
Writes the job output.