Uses of Class
org.kuali.rice.kew.api.document.attribute.WorkflowAttributeDefinition

Packages that use WorkflowAttributeDefinition
edu.sampleu.bookstore.document.attribs   
org.kuali.rice.kew.api Copyright 2005-2012 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-2012 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-2012 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-2012 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.docsearch.xml   
org.kuali.rice.kew.dto   
org.kuali.rice.kew.framework.document.attribute Copyright 2005-2012 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.impl.action   
org.kuali.rice.kew.impl.document   
org.kuali.rice.kew.rule   
org.kuali.rice.krad.workflow.attribute   
 

Uses of WorkflowAttributeDefinition in edu.sampleu.bookstore.document.attribs
 

Methods in edu.sampleu.bookstore.document.attribs with parameters of type WorkflowAttributeDefinition
 String XPathSearchableAttribute.generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
           
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api
 

Methods in org.kuali.rice.kew.api that return types with arguments of type WorkflowAttributeDefinition
 List<WorkflowAttributeDefinition> WorkflowDocument.getAttributeDefinitions()
          Returns the currently set workflow attribute definitions
 List<WorkflowAttributeDefinition> WorkflowDocument.getSearchableDefinitions()
          Returns the currently set searchable workflow attribute definitions
 

Methods in org.kuali.rice.kew.api with parameters of type WorkflowAttributeDefinition
 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.
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.api.action
 

Methods in org.kuali.rice.kew.api.action with parameters of type WorkflowAttributeDefinition
 List<RemotableAttributeError> WorkflowDocumentActionsService.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 WorkflowAttributeDefinition
 List<WorkflowAttributeDefinition> DocumentContentUpdate.getAttributeDefinitions()
           
 List<WorkflowAttributeDefinition> DocumentContentUpdate.Builder.getAttributeDefinitions()
           
 List<WorkflowAttributeDefinition> DocumentContentUpdate.getSearchableDefinitions()
           
 List<WorkflowAttributeDefinition> DocumentContentUpdate.Builder.getSearchableDefinitions()
           
 

Method parameters in org.kuali.rice.kew.api.document with type arguments of type WorkflowAttributeDefinition
 void DocumentContentUpdate.Builder.setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)
           
 void DocumentContentUpdate.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 WorkflowAttributeDefinition
 WorkflowAttributeDefinition WorkflowAttributeDefinition.Builder.build()
           
 

Methods in org.kuali.rice.kew.api.document.attribute with parameters of type WorkflowAttributeDefinition
static WorkflowAttributeDefinition.Builder WorkflowAttributeDefinition.Builder.create(WorkflowAttributeDefinition definition)
          Creates a new builder copying the properties from the given definition into it.
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.docsearch.xml
 

Methods in org.kuali.rice.kew.docsearch.xml with parameters of type WorkflowAttributeDefinition
 String StandardGenericXMLSearchableAttribute.generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
           
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.dto
 

Methods in org.kuali.rice.kew.dto with parameters of type WorkflowAttributeDefinition
static AttributeDefinition DTOConverter.convertWorkflowAttributeDefinition(WorkflowAttributeDefinition definition)
          New for Rice 2.0
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.framework.document.attribute
 

Methods in org.kuali.rice.kew.framework.document.attribute with parameters of type WorkflowAttributeDefinition
 String SearchableAttribute.generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
          Allows for generation of custom XML for this searchable attribute.
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action with parameters of type WorkflowAttributeDefinition
 List<RemotableAttributeError> WorkflowDocumentActionsServiceImpl.validateWorkflowAttributeDefinition(WorkflowAttributeDefinition definition)
           
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document that return types with arguments of type WorkflowAttributeDefinition
 List<WorkflowAttributeDefinition> WorkflowDocumentImpl.getAttributeDefinitions()
           
protected  List<WorkflowAttributeDefinition> WorkflowDocumentImpl.ModifiableDocumentContent.getAttributeDefinitions()
           
 List<WorkflowAttributeDefinition> WorkflowDocumentImpl.getSearchableDefinitions()
           
protected  List<WorkflowAttributeDefinition> WorkflowDocumentImpl.ModifiableDocumentContent.getSearchableDefinitions()
           
 

Methods in org.kuali.rice.kew.impl.document with parameters of type WorkflowAttributeDefinition
 void WorkflowDocumentImpl.addAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
           
protected  void WorkflowDocumentImpl.ModifiableDocumentContent.addAttributeDefinition(WorkflowAttributeDefinition definition)
           
 void WorkflowDocumentImpl.addSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
           
protected  void WorkflowDocumentImpl.ModifiableDocumentContent.addSearchableDefinition(WorkflowAttributeDefinition definition)
           
 void WorkflowDocumentImpl.removeAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
           
protected  void WorkflowDocumentImpl.ModifiableDocumentContent.removeAttributeDefinition(WorkflowAttributeDefinition definition)
           
 void WorkflowDocumentImpl.removeSearchableDefinition(WorkflowAttributeDefinition searchableDefinition)
           
protected  void WorkflowDocumentImpl.ModifiableDocumentContent.removeSearchableDefinition(WorkflowAttributeDefinition definition)
           
 List<? extends RemotableAttributeErrorContract> WorkflowDocumentImpl.validateAttributeDefinition(WorkflowAttributeDefinition attributeDefinition)
           
 

Method parameters in org.kuali.rice.kew.impl.document with type arguments of type WorkflowAttributeDefinition
 void WorkflowDocumentImpl.ModifiableDocumentContent.setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)
           
 void WorkflowDocumentImpl.ModifiableDocumentContent.setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions)
           
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule that return WorkflowAttributeDefinition
static WorkflowAttributeDefinition RuleRoutingDefinition.createAttributeDefinition(String docTypeName)
           
 

Uses of WorkflowAttributeDefinition in org.kuali.rice.krad.workflow.attribute
 

Methods in org.kuali.rice.krad.workflow.attribute with parameters of type WorkflowAttributeDefinition
 String DataDictionarySearchableAttribute.generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
           
 String DataDictionaryDocumentSearchCustomizer.generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.