内容基类
| Modifiers | Name | Description |
|---|---|---|
static Integer |
MAX_STICKY |
|
static Byte |
STATUS_BACK |
|
static Byte |
STATUS_DRAFT |
|
static Byte |
STATUS_PUBLISHED |
|
static Byte |
STATUS_REVIEW |
| Type | Name and description |
|---|---|
static Object |
belongsTo |
static Object |
constraints |
ContentType |
contentType类别 |
bropen.framework.core.osm.Employee |
creator创建人(采集人) |
Date |
dateCreated创建时间 |
Boolean |
disabled是否禁用 |
Folder |
folder所属文件夹 |
Date |
lastUpdated更新时间 |
static Object |
mapping |
Date |
publishTime发布时间 |
String |
publisher发布人(当 reviewable 为真时,等同于审核人) |
Integer |
readCount阅读次数 |
String |
revision文档版本 |
Integer |
sequence置顶序号:序号越大越靠前 |
String |
source信息来源 |
Byte |
status审核状态 |
Boolean |
sticky是否置顶 |
String |
title标题 |
| Type | Name and description |
|---|---|
void |
addAccessLog(javax.servlet.http.HttpServletRequest request, bropen.framework.core.osm.Employee employee)异步记录已发布文档的访问日志 |
Object |
beforeInsert() |
Object |
beforeValidate() |
static List<Content> |
listSticked() |
void |
publish(String publisher)发布 |
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
类别
创建人(采集人)
创建时间
是否禁用
所属文件夹
更新时间
发布时间
发布人(当 reviewable 为真时,等同于审核人)
阅读次数
文档版本
置顶序号:序号越大越靠前
信息来源
审核状态
仅当文件夹启用简单的审核流程时有效。
草稿0、审核10、退回20、发布30。
是否置顶
标题
异步记录已发布文档的访问日志
发布