- bropen.framework.si.im.OsmSynchronizerSourceEndpoint
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
| 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() |
-
-
Method Detail
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'employee')
@org.apache.cxf.annotations.WSDLDocumentation("获取员工信息")
Employee getEmployee(@javax.jws.WebParam(name = 'id') String id)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'organization')
@org.apache.cxf.annotations.WSDLDocumentation("获取机构信息")
OsmSynchronizerSourceEndpoint.Organization getOrganization(@javax.jws.WebParam(name = 'id') String id)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'position')
@org.apache.cxf.annotations.WSDLDocumentation("获取岗位信息")
OsmSynchronizerSourceEndpoint.Position getPosition(@javax.jws.WebParam(name = 'id') String id)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("增量获取用户变更")
List<Employee> incrementPullEmployees(@javax.jws.WebParam(name = 'startTime') Date startTime)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("增量获取机构变更")
List<Organization> incrementPullOrganizations(@javax.jws.WebParam(name = 'startTime') Date startTime)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("增量获取岗位变更")
List<Position> incrementPullPositions(@javax.jws.WebParam(name = 'startTime') Date startTime)
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("获取所有用户信息")
List<Employee> initPullEmployees()
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("获取所有机构信息")
List<Organization> initPullOrganizations()
-
@javax.jws.WebMethod
@javax.jws.WebResult(name = 'result')
@org.apache.cxf.annotations.WSDLDocumentation("获取所有岗位信息")
List<Position> initPullPositions()
- | Detail:
- Field
- Constructor
- Method
BROPEN Documentation, 2020-04-21 11:00