ResponseWithDocumentpublic final class WorkflowGetActiveWorkflowsResponse extends AbstractResponseObject implements ResponseWithDocument
| Constructor | Description |
|---|---|
WorkflowGetActiveWorkflowsResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCanCurrentUserCreateReleases() |
Get Whether the logged-in user is allowed to create Release candidates in the document or company
|
String |
getCompanyId() |
Get Company ID for which workflow info is retrieved, resolved from documentId
|
OnshapeDocument |
getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
String |
getDocumentId() |
Get Document ID for which workflow info is retrieved
|
Boolean |
getDrawingCanDuplicatePartNumber() |
Get Whether company policy allows drawings to use the same part number as another Release item
|
WorkflowGetActiveWorkflowsResponseObsoletionWorkflow |
getObsoletionWorkflow() |
Get The obsoletion workflow currently in use by this document or company
|
WorkflowGetActiveWorkflowsResponseReleaseWorkflow |
getReleaseWorkflow() |
Get The release workflow currently in use by this document or company
|
Boolean |
getUsingAutoPartNumbering() |
Get Whether Sequential part number generation is being used
|
Boolean |
getUsingManagedWorkflow() |
Get Whether managed workflow is in use for this document or company
|
String |
toString() |
getOtherPropertiespublic final OnshapeDocument getDocument()
getDocument in interface ResponseWithDocumentpublic final String getCompanyId()
public final String getDocumentId()
public final Boolean getUsingAutoPartNumbering()
public final Boolean getUsingManagedWorkflow()
public final Boolean getDrawingCanDuplicatePartNumber()
public final Boolean getCanCurrentUserCreateReleases()
public final WorkflowGetActiveWorkflowsResponseReleaseWorkflow getReleaseWorkflow()
public final WorkflowGetActiveWorkflowsResponseObsoletionWorkflow getObsoletionWorkflow()
Copyright © 2021. All rights reserved.