rangerPluginInfoList Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
pluginInfoList list of rangerPluginInfo element 0/unbounded  
Properties inherited from VList
pageSize int element 1/1  
resultSize int element 1/1 Returns the value for the member attribute resultSize
sortBy string element 0/1  
sortType string element 0/1  
startIndex int element 1/1  
totalCount long element 1/1  
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1 the gjObj

Example

<r----->
  <pluginInfoList>
    <tagDownloadTime>...</tagDownloadTime>
    <pluginCapabilities>...</pluginCapabilities>
    <id>...</id>
    <policyDownloadedVersion>...</policyDownloadedVersion>
    <appType>...</appType>
    <hostName>...</hostName>
    <serviceDisplayName>...</serviceDisplayName>
    <gdsActiveVersion>...</gdsActiveVersion>
    <info>...</info>
    <tagActivationTime>...</tagActivationTime>
    <serviceType>...</serviceType>
    <updateTime>...</updateTime>
    <serviceName>...</serviceName>
    <policyDownloadTime>...</policyDownloadTime>
    <userStoreDownloadTime>...</userStoreDownloadTime>
    <policyActivationTime>...</policyActivationTime>
    <roleActivationTime>...</roleActivationTime>
    <gdsActivationTime>...</gdsActivationTime>
    <tagActiveVersion>...</tagActiveVersion>
    <userStoreActiveVersion>...</userStoreActiveVersion>
    <userStoreDownloadedVersion>...</userStoreDownloadedVersion>
    <adminCapabilities>...</adminCapabilities>
    <roleDownloadTime>...</roleDownloadTime>
    <userStoreActivationTime>...</userStoreActivationTime>
    <policyActiveVersion>...</policyActiveVersion>
    <ipAddress>...</ipAddress>
    <gdsDownloadTime>...</gdsDownloadTime>
    <tagDownloadedVersion>...</tagDownloadedVersion>
    <serviceTypeDisplayName>...</serviceTypeDisplayName>
    <createTime>...</createTime>
    <roleActiveVersion>...</roleActiveVersion>
    <roleDownloadedVersion>...</roleDownloadedVersion>
    <gdsDownloadedVersion>...</gdsDownloadedVersion>
  </pluginInfoList>
  <startIndex>...</startIndex>
  <pageSize>...</pageSize>
  <totalCount>...</totalCount>
  <resultSize>...</resultSize>
  <sortType>...</sortType>
  <sortBy>...</sortBy>
  <MObj/>
</r----->