public static enum PSModelEnums.ServiceAPIPredefinedType extends java.lang.Enum<PSModelEnums.ServiceAPIPredefinedType>
SaaS应用管理接口
工作流引擎服务接口
工作流代理应用接口
工作流引擎回调接口
用户授权服务接口
组织管理服务接口
组织服务回调接口
SaaS核心服务接口
用户自定义
用户自定义2
用户自定义3
用户自定义4
| 枚举常量和说明 |
|---|
CORESERVICE |
ORGCALLBACK |
ORGSERVICE |
SAASADMIN |
USER |
USER2 |
USER3 |
USER4 |
USERAUTH |
WFCALLBACK |
WFPROXYAPP |
WFSERVICE |
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.ServiceAPIPredefinedType |
from(java.lang.String value) |
static PSModelEnums.ServiceAPIPredefinedType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.ServiceAPIPredefinedType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.ServiceAPIPredefinedType SAASADMIN
public static final PSModelEnums.ServiceAPIPredefinedType WFSERVICE
public static final PSModelEnums.ServiceAPIPredefinedType WFPROXYAPP
public static final PSModelEnums.ServiceAPIPredefinedType WFCALLBACK
public static final PSModelEnums.ServiceAPIPredefinedType USERAUTH
public static final PSModelEnums.ServiceAPIPredefinedType ORGSERVICE
public static final PSModelEnums.ServiceAPIPredefinedType ORGCALLBACK
public static final PSModelEnums.ServiceAPIPredefinedType CORESERVICE
public static final PSModelEnums.ServiceAPIPredefinedType USER
public static final PSModelEnums.ServiceAPIPredefinedType USER2
public static final PSModelEnums.ServiceAPIPredefinedType USER3
public static final PSModelEnums.ServiceAPIPredefinedType USER4
public static PSModelEnums.ServiceAPIPredefinedType[] values()
for (PSModelEnums.ServiceAPIPredefinedType c : PSModelEnums.ServiceAPIPredefinedType.values()) System.out.println(c);
public static PSModelEnums.ServiceAPIPredefinedType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.ServiceAPIPredefinedType from(java.lang.String value)