JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.flowable.policy.api.repository
PolicyModel
Contents
Description
Method Summary
Method Details
getKey()
getType()
getName()
getDescription()
Hide sidebar
Show sidebar
Interface PolicyModel
All Known Subinterfaces:
SecurityPolicyModel
All Known Implementing Classes:
BaseSecurityPolicyModel
public interface
PolicyModel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDescription
()
String
getKey
()
String
getName
()
String
getType
()
Method Details
getKey
String
getKey
()
getType
String
getType
()
getName
String
getName
()
getDescription
String
getDescription
()