Uses of Class
com.avoka.fc.core.entity.DeploymentProperty
Packages that use 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
Methods in com.avoka.fc.core.dao that return DeploymentPropertyModifier and TypeMethodDescriptionDeploymentPropertyDao.getDeploymentPropertyForPK
(Object id) Return the deployment property with the specified OIDDeploymentPropertyDao.getProperty
(String name) Return the deployment property with the given name.Methods in com.avoka.fc.core.dao that return types with arguments of type DeploymentPropertyModifier 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
Methods in com.avoka.fc.core.service.test that return DeploymentPropertyModifier and TypeMethodDescriptionMockEntityUtils.createDeploymentProperty
(String propertyName, String type, String value) Create a deployment property with the given name, type and value.