| Package | Description |
|---|---|
| org.kuali.rice.kew.api.doctype |
Copyright 2005-2016 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 |
|---|---|
static DocumentTypePolicy |
DocumentTypePolicy.fromCode(String code) |
static DocumentTypePolicy |
DocumentTypePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentTypePolicy[] |
DocumentTypePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DocumentTypePolicy,String> |
DocumentTypeContract.getPolicies() |
Map<DocumentTypePolicy,String> |
DocumentType.getPolicies() |
Map<DocumentTypePolicy,String> |
DocumentType.Builder.getPolicies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentType.Builder.setPolicies(Map<DocumentTypePolicy,String> policies) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.