static DXApplet |
DXApplet.getInstance(String appletId,
DXContainer project) |
Returns a DXApplet associated with an existing applet in a particular project or
container.
|
static DXDataObject |
DXDataObject.getInstance(String objectId,
DXContainer project) |
Returns a DXDataObject corresponding to an existing object with the specified ID in
the specified project or container.
|
static DXFile |
DXFile.getInstance(String fileId,
DXContainer project) |
Returns a DXFile associated with an existing file in a particular project or
container.
|
static DXRecord |
DXRecord.getInstance(String recordId,
DXContainer project) |
Returns a DXRecord associated with an existing record in a particular project or
container.
|
static DXWorkflow |
DXWorkflow.getInstance(String workflowId,
DXContainer project) |
Returns a DXWorkflow associated with an existing workflow in a particular project or
container.
|
static DXApplet |
DXApplet.getInstanceWithEnvironment(String appletId,
DXContainer project,
DXEnvironment env) |
Returns a DXApplet associated with an existing applet in a particular project using
the specified environment.
|
static DXDataObject |
DXDataObject.getInstanceWithEnvironment(String objectId,
DXContainer project,
DXEnvironment env) |
Returns a DXDataObject corresponding to an existing object with the specified ID in
the specified project or container, using the specified environment.
|
static DXFile |
DXFile.getInstanceWithEnvironment(String fileId,
DXContainer project,
DXEnvironment env) |
Returns a DXFile associated with an existing file in a particular project using the
specified environment.
|
static DXRecord |
DXRecord.getInstanceWithEnvironment(String recordId,
DXContainer project,
DXEnvironment env) |
Returns a DXRecord associated with an existing record in a particular project using
the specified environment.
|
static DXWorkflow |
DXWorkflow.getInstanceWithEnvironment(String workflowId,
DXContainer project,
DXEnvironment env) |
Returns a DXWorkflow associated with an existing workflow in a particular project
using the specified environment.
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.inFolder(DXContainer project,
String folder) |
Only returns objects in the specified folder of the specified project (not in
subfolders).
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.inFolderOrSubfolders(DXContainer project,
String folder) |
Only returns objects in the specified folder of the specified project or in its
subfolders.
|
DXDataObject.DescribeOptions |
DXDataObject.DescribeOptions.inProject(DXContainer project) |
Returns a DescribeOptions that behaves like the current one, except that
project-specific metadata will be retrieved from the specified project or container.
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.inProject(DXContainer project) |
Only returns objects in the specified project.
|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.inProject(DXContainer project) |
Only returns executions in the specified project.
|
T |
DXDataObject.Builder.setProject(DXContainer project) |
Sets the project or container where the new data object will be created.
|
DXEnvironment.Builder |
DXEnvironment.Builder.setWorkspace(DXContainer workspace) |
Sets the workspace to the specified container.
|