public final class EdbPermission extends Object
Modifier and Type | Field and Description |
---|---|
(package private) byte |
create |
(package private) byte |
delete |
static byte |
INHERIT
継承
|
static byte |
LIMITED
情報の権限継承による制限
|
static int |
NUMBER_OF_PERMISSIONS
権限数
|
static byte |
OWNER
情報の所有者
|
static byte |
PERSONNEL
教職員
|
static byte |
PUBLIC
公開
|
(package private) byte |
read |
static byte |
STAFF
管理者
|
static byte |
TEACHER
教員
|
static byte |
UNIVERSITY
学内
|
static byte |
USER
EDB にログインできる利用者
|
(package private) byte |
write |
Constructor and Description |
---|
EdbPermission() |
Modifier and Type | Method and Description |
---|---|
static MLText |
getMLName(int level,
boolean last)
指定された権限レベルを表す文字列を取得します.
|
(package private) static byte |
getPermission(String perm) |
(package private) static String |
getXMLString(int level,
boolean last) |
(package private) StringBuilder |
getXMLString(String en) |
(package private) StringBuilder |
getXMLString(String en,
boolean last) |
(package private) StringBuilder |
getXMLString(String en,
int mode) |
(package private) StringBuilder |
getXMLString(String en,
int mode,
boolean last) |
public static final int NUMBER_OF_PERMISSIONS
public static final byte INHERIT
public static final byte PUBLIC
public static final byte UNIVERSITY
public static final byte USER
public static final byte PERSONNEL
public static final byte TEACHER
public static final byte LIMITED
public static final byte OWNER
public static final byte STAFF
byte read
byte create
byte write
byte delete
static byte getPermission(String perm)
static String getXMLString(int level, boolean last)
public static MLText getMLName(int level, boolean last)
StringBuilder getXMLString(String en, int mode, boolean last)
StringBuilder getXMLString(String en, boolean last)
StringBuilder getXMLString(String en, int mode)
StringBuilder getXMLString(String en)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025