@Api(module=nc, value="NCOrgManagerImplDynamic", type=DYNAMIC) public interface NCOrgManagerImplDynamicApi extends NCDynamicApi
限定符和类型 | 方法和说明 |
---|---|
default boolean |
printLogIndoProcessPerson(DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
动态埋点:NCOrgManagerImpl中doProcessPerson方法开始中,打印输出需要日志
场景:在职等同步时,过滤掉职等为A0的数据
|
default boolean |
printLogIndoProcessPersons(DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
动态埋点:NCOrgManagerImpl中doProcessPersons方法开始中,打印并判断员工职等
场景:在职等同步时,过滤掉职等为A0的数据
|
default boolean |
printLogInProcessDuty(DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
动态埋点:NCOrgManagerImpl中processDuty方法中,打印输出日志并结束方法执行
场景:在职等同步时,过滤掉职等为A0的数据
|
getModuleDes, getModuleName
@ApiOperation(name="NCOrgManagerImpl\u4e2ddoProcessPerson\u65b9\u6cd5\u5f00\u59cb\u4e2d\uff0c\u6253\u5370\u8f93\u51fa\u9700\u8981\u65e5\u5fd7", value="NCOrgManagerImpl\u4e2ddoProcessPerson\u65b9\u6cd5\u5f00\u59cb\u4e2d\uff0c\u6253\u5370\u8f93\u51fa\u9700\u8981\u65e5\u5fd7", scenes="\u5728\u804c\u7b49\u540c\u6b65\u65f6\uff0c\u8fc7\u6ee4\u6389\u804c\u7b49\u4e3aA0\u7684\u6570\u636e", createDate="2022-2-23 10:32") default boolean printLogIndoProcessPerson(@ApiParam(name="dynamicNCOrgCommomParam",value="\u53c2\u6570 ncPerson",required=true,classType=DynamicNCOrgCommomParam.class) DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
dynamicNCOrgCommomParam
- 参数 ncPerson@ApiOperation(name="NCOrgManagerImpl\u4e2ddoProcessPersons\u65b9\u6cd5\u5f00\u59cb\u4e2d\uff0c\u6253\u5370\u5e76\u5224\u65ad\u5458\u5de5\u804c\u7b49", value="NCOrgManagerImpl\u4e2ddoProcessPersons\u65b9\u6cd5\u5f00\u59cb\u4e2d\uff0c\u6253\u5370\u5e76\u5224\u65ad\u5458\u5de5\u804c\u7b49", scenes="\u5728\u804c\u7b49\u540c\u6b65\u65f6\uff0c\u8fc7\u6ee4\u6389\u804c\u7b49\u4e3aA0\u7684\u6570\u636e", createDate="2022-2-23 10:32") default boolean printLogIndoProcessPersons(@ApiParam(name="dynamicNCOrgCommomParam",value="\u53c2\u6570 ncPerson",required=true,classType=DynamicNCOrgCommomParam.class) DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
dynamicNCOrgCommomParam
- 参数 ncPerson@ApiOperation(name="NCOrgManagerImpl\u4e2dprocessDuty\u65b9\u6cd5\u4e2d\uff0c\u6253\u5370\u8f93\u51fa\u65e5\u5fd7\u5e76\u7ed3\u675f\u65b9\u6cd5\u6267\u884c", value="NCOrgManagerImpl\u4e2dprocessDuty\u65b9\u6cd5\u4e2d\uff0c\u6253\u5370\u8f93\u51fa\u65e5\u5fd7\u5e76\u7ed3\u675f\u65b9\u6cd5\u6267\u884c", scenes="\u5728\u804c\u7b49\u540c\u6b65\u65f6\uff0c\u8fc7\u6ee4\u6389\u804c\u7b49\u4e3aA0\u7684\u6570\u636e", createDate="2022-2-23 10:32") default boolean printLogInProcessDuty(@ApiParam(name="DynamicNCOrgCommomParam",value="\u53c2\u6570 ncduty",required=true,classType=DynamicNCOrgCommomParam.class) DynamicNCOrgCommomParam dynamicNCOrgCommomParam)
dynamicNCOrgCommomParam
- 参数 ncduty