| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.action |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.document |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowAttributeDefinition> |
WorkflowDocument.getAttributeDefinitions()
Returns the currently set workflow attribute definitions
|
List<WorkflowAttributeDefinition> |
WorkflowDocument.getSearchableDefinitions()
Returns the currently set searchable workflow attribute definitions
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDocument.addAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
Adds a workflow attribute definition.
|
void |
WorkflowDocument.addSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
Adds a searchable workflow attribute definition.
|
void |
WorkflowDocument.removeAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
Removes a workflow attribute definition.
|
void |
WorkflowDocument.removeSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
Removes a searchable workflow attribute definition.
|
List<? extends RemotableAttributeErrorContract> |
WorkflowDocument.validateAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
Validates a workflow attribute definition and returns a list of validation errors.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemotableAttributeError> |
WorkflowDocumentActionsService.validateWorkflowAttributeDefinition(WorkflowAttributeDefinition definition)
Validates a workflow attribute definition and returns a list of validation errors
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowAttributeDefinition> |
DocumentContentUpdate.getAttributeDefinitions() |
List<WorkflowAttributeDefinition> |
DocumentContentUpdate.Builder.getAttributeDefinitions() |
List<WorkflowAttributeDefinition> |
DocumentContentUpdate.getSearchableDefinitions() |
List<WorkflowAttributeDefinition> |
DocumentContentUpdate.Builder.getSearchableDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentContentUpdate.Builder.setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions) |
void |
DocumentContentUpdate.Builder.setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAttributeDefinition |
WorkflowAttributeDefinition.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowAttributeDefinition.Builder |
WorkflowAttributeDefinition.Builder.create(WorkflowAttributeDefinition definition)
Creates a new builder copying the properties from the given definition into it.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.