站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

org.jbpm.file.def (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


Package org.jbpm.file.def

storage of binary information.

See:
          Description

Class Summary
FileDefinition  
 

Package org.jbpm.file.def Description

storage of binary information.

In some parts of the jbpm datamodel, binary data needs to be persisted. Soring binary data in databases is not portable. This package provides a solution for that problem.

This package contains 2 strategies that can be used for storing binary data:

1) one mechanism is to chop the large byte array into smaller pieces of 1K. (see package org.jbpm.bytes).

2) a second mechanism is to store the large binaries in a file on the filesystem. (see configuration property 'jbpm.files.dir')



Version : jbpm-3.0.4