- getAggregateLogs(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
each MN Node will have a boolean associated with DataONE logAggregation
The field is hidden from the nodeList, it may only be manipulated by D1 processing
or a DataONE LDAP administrator
The LDAP attribute of the Node functionally a replicated lock.
- getApprovedNode(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
determine if an Administrator has approved the node after it was registered,
Then return the node if it is approved, otherwise throw a NotFound exception
- getApprovedNodeList(DirContext) - Method in class org.dataone.cn.ldap.NodeAccess
-
return a list of Nodes that are marked approved in LDAP
- getApprovedNodeList() - Method in class org.dataone.cn.ldap.NodeFacade
-
- getCronExpression() - Method in class org.dataone.cn.quartz.CronExpression
-
- getDateLastHarvested(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
return the date the last time a node was harvested for log records
the date is not the time the harvesting ran, but
the latest dateLogged from the LogEvent records harvested
- getDayOfWeekNumber(String) - Method in class org.dataone.cn.quartz.CronExpression
-
- getDirContextProvider() - Static method in class org.dataone.cn.ldap.NodeFacade
-
- getExpressionSetSummary(Set<Integer>) - Method in class org.dataone.cn.quartz.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.dataone.cn.quartz.CronExpression
-
- getExpressionSummary() - Method in class org.dataone.cn.quartz.CronExpression
-
- getFinalFireTime() - Method in class org.dataone.cn.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getLastDayOfMonth(int, int) - Method in class org.dataone.cn.quartz.CronExpression
-
- getLogLastAggregated(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
return the date the last time a node was harvested for log records
the date is not the time the harvesting ran, but
the latest dateLogged from the LogEvent records harvested
- getMonthNumber(String) - Method in class org.dataone.cn.quartz.CronExpression
-
- getNextInvalidTimeAfter(Date) - Method in class org.dataone.cn.quartz.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class org.dataone.cn.quartz.CronExpression
-
Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNode(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
retrieve a complete DataONE Node from LDAP.
- getNode(NodeReference) - Method in class org.dataone.cn.ldap.NodeFacade
-
- getNodeAccess() - Static method in class org.dataone.cn.ldap.NodeFacade
-
- getNodeApproved(DirContext, NodeReference) - Method in class org.dataone.cn.ldap.NodeAccess
-
determine if an Administrator has approved the node after it was registered
- getNodeCapabilities(NodeReference) - Method in class org.dataone.service.cn.v1.impl.NodeRegistryServiceImpl
-
- getNodeCapabilities(NodeReference) - Method in interface org.dataone.service.cn.v1.NodeRegistryService
-
- getNodeCapabilities(NodeReference) - Method in class org.dataone.service.cn.v2.impl.NodeRegistryServiceImpl
-
- getNodeCapabilities(NodeReference) - Method in interface org.dataone.service.cn.v2.NodeRegistryService
-
- getNodeIdList(DirContext) - Method in class org.dataone.cn.ldap.NodeAccess
-
retrieve mapping of all NodeReference values from LDAP
to their baseUrls
this should contain both approved and non approved ids
- getNodeIdList() - Method in class org.dataone.cn.ldap.NodeFacade
-
- getNumericValue(String, int) - Method in class org.dataone.cn.quartz.CronExpression
-
- getPendingNodeReferenceList(DirContext) - Method in class org.dataone.cn.ldap.NodeAccess
-
get a list of NodeReferences that have yet to be approved by an
Administrator after the Nodes have been registered
- getPendingNodeReferenceList() - Method in class org.dataone.cn.ldap.NodeFacade
-
- getPropertyList(DirContext, String) - Method in class org.dataone.cn.ldap.NodePropertyAccess
-
retrieve list of Node Properties from LDAP
- getServiceList(DirContext, String) - Method in class org.dataone.cn.ldap.NodeServicesAccess
-
retrieve list of Node Services from LDAP
- getServiceMethodRestrictionList(DirContext, String, String) - Method in class org.dataone.cn.ldap.ServiceMethodRestrictionsAccess
-
retrieve list of Node Service Method Restrictions from LDAP
- getSet(int) - Method in class org.dataone.cn.quartz.CronExpression
-
- getTimeAfter(Date) - Method in class org.dataone.cn.quartz.CronExpression
-
- getTimeBefore(Date) - Method in class org.dataone.cn.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time
that the CronExpression
matches.
- getTimeZone() - Method in class org.dataone.cn.quartz.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getValue(int, String, int) - Method in class org.dataone.cn.quartz.CronExpression
-