Uses of Class
com.logicaldoc.stamp.Stamp
-
Packages that use Stamp Package Description com.logicaldoc.stamp com.logicaldoc.stamp.automation -
-
Uses of Stamp in com.logicaldoc.stamp
Methods in com.logicaldoc.stamp that return Stamp Modifier and Type Method Description StampHibernateStampDAO. findByName(String name, long tenantId)StampStampDAO. findByName(String name, long tenantId)Finds the stamp with the given nameStampHibernateStampDAO. findByNameAndUser(String name, long userId)StampStampDAO. findByNameAndUser(String name, long userId)Finds the stamp with the given name and userMethods in com.logicaldoc.stamp that return types with arguments of type Stamp Modifier and Type Method Description List<Stamp>HibernateStampDAO. findByUser(long userId, boolean enabledOnly)List<Stamp>StampDAO. findByUser(long userId, boolean enabledOnly)Finds the stamps for the given userMethods in com.logicaldoc.stamp with parameters of type Stamp Modifier and Type Method Description voidStampManager. applyStamp(long docId, Stamp stamp, com.logicaldoc.core.document.DocumentHistory transaction)voidHibernateStampDAO. initialize(Stamp stamp) -
Uses of Stamp in com.logicaldoc.stamp.automation
Methods in com.logicaldoc.stamp.automation with parameters of type Stamp Modifier and Type Method Description voidStampTool. stamp(com.logicaldoc.core.document.Document doc, Stamp stamp, com.logicaldoc.core.security.User user)Applies a stamp in the given document in the name of the given user
-