Uses of Class
com.avoka.fc.core.entity.DeploymentProperty
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides web automated test services.
-
Uses of DeploymentProperty in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionDeploymentPropertyDao.getDeploymentPropertyForPK
(Object id) Return the deployment property with the specified OIDDeploymentPropertyDao.getProperty
(String name) Return the deployment property with the given name.Modifier and TypeMethodDescriptionDeploymentPropertyDao.getDeploymentPropertyList
(String keyword) Return the list of deployment properties matching the specified search criteria -
Uses of DeploymentProperty in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityUtils.createDeploymentProperty
(String propertyName, String type, String value) Create a deployment property with the given name, type and value.