public interface IApplicationValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady(io.apiman.manager.api.beans.apps.ApplicationVersionBean application)
Is the given application Ready to be registered with the Gateway? This method
will return true if all of the criteria for registration is met.
|
boolean |
isReady(io.apiman.manager.api.beans.apps.ApplicationVersionBean application,
boolean hasContracts)
Is the given application Ready to be registered with the Gateway? This method
will return true if all of the criteria for registration is met.
|
boolean isReady(io.apiman.manager.api.beans.apps.ApplicationVersionBean application)
throws Exception
Is the given application Ready to be registered with the Gateway? This method will return true if all of the criteria for registration is met. The criteria includes (but is not necessarily limited to):
application - Exceptionboolean isReady(io.apiman.manager.api.beans.apps.ApplicationVersionBean application,
boolean hasContracts)
throws Exception
Is the given application Ready to be registered with the Gateway? This method will return true if all of the criteria for registration is met. The criteria includes (but is not necessarily limited to):
This version of isRead() skips the check for contracts and instead uses the value passed in. This is important if, for example, a contract is being created.
application - hasContracts - ExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.