Uses of Class
org.kuali.rice.kew.api.document.attribute.WorkflowAttributeDefinition
Packages that use WorkflowAttributeDefinition
Package
Description
-
Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return types with arguments of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionWorkflowDocument.getAttributeDefinitions()Returns the currently set workflow attribute definitionsWorkflowDocument.getSearchableDefinitions()Returns the currently set searchable workflow attribute definitionsMethods in org.kuali.rice.kew.api with parameters of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionvoidWorkflowDocument.addAttributeDefinition(WorkflowAttributeDefinition attributeDefinition) Adds a workflow attribute definition.voidWorkflowDocument.addSearchableDefinition(WorkflowAttributeDefinition searchableDefinition) Adds a searchable workflow attribute definition.voidWorkflowDocument.removeAttributeDefinition(WorkflowAttributeDefinition attributeDefinition) Removes a workflow attribute definition.voidWorkflowDocument.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. -
Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action with parameters of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionWorkflowDocumentActionsService.validateWorkflowAttributeDefinition(WorkflowAttributeDefinition definition) Validates a workflow attribute definition and returns a list of validation errors -
Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return types with arguments of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionDocumentContentUpdate.Builder.getAttributeDefinitions()DocumentContentUpdate.getAttributeDefinitions()DocumentContentUpdate.Builder.getSearchableDefinitions()DocumentContentUpdate.getSearchableDefinitions()Method parameters in org.kuali.rice.kew.api.document with type arguments of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionvoidDocumentContentUpdate.Builder.setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions) voidDocumentContentUpdate.Builder.setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions) -
Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api.document.attribute
Methods in org.kuali.rice.kew.api.document.attribute that return WorkflowAttributeDefinitionMethods in org.kuali.rice.kew.api.document.attribute with parameters of type WorkflowAttributeDefinitionModifier and TypeMethodDescriptionWorkflowAttributeDefinition.Builder.create(WorkflowAttributeDefinition definition) Creates a new builder copying the properties from the given definition into it.