Overview Index |
SDX 7.17 Enterprise JSP Tags Juniper Networks, Inc. |
|
PREVIOUS TAG NEXT TAG SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES DETAILS: ATTRIBUTES | SCRIPTING VARIABLES |
<jnpr:eachSched>
Type of tag:
Iterator Tag
This tag iterates over the set of schedules for a specific subscriber.
Attribute Summary | |
Boolean |
includeInherited
Optional
This attribute specifies whether to include in the iteration schedules inherited from ancestor subscribers. |
String |
path
Acquired
This attribute specifies the subscriber. |
Scripting Variable Summary | |
String |
eachSched_fromAccessName
This scripting variable indicates which subscriber owns the schedule. |
String |
eachSched_fromEnterpriseName
This scripting variable indicates which subscriber owns the schedule. |
Boolean |
eachSched_fromLocal
This scripting variable indicates whether the schedule is owned by the specified subscriber. |
String |
eachSched_fromPath
This scripting variable indicates which subscriber owns the schedule. |
String |
eachSched_fromSiteName
This scripting variable indicates which subscriber owns the schedule. |
Boolean |
eachSched_includeInherited
This scripting variable indicates whether schedules inherited from ancestor subscribers are included. |
String |
eachSched_path
This scripting variable provides the hierarchy. |
String |
eachSched_scheduleName
This scripting variable provides the name of each schedule under the specified subscriber and, if includeInherited is true, the name of each schedule that the specified subscriber inherits from its ancestor subscribers. |
Attribute Details |
Optional |
Type: Boolean |
Default value: false |
This attribute specifies whether to include in the iteration schedules inherited from ancestor subscribers. |
Acquired |
Type: String |
This attribute specifies the subscriber. The path attribute includes all the steps in the hierarchy from the retailer to the subscriber. For example: { { { { access. } {{ folder/ } } site. } { {folder/ } } enterprise. } { { { folder/ } } retailer } } |
Scripting Variable Details |
Type: String |
This scripting variable indicates which subscriber owns the schedule. If the schedule is inherited, this variable will indicate an ancestor subscriber. If the schedule is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the accessName scripting variable). For convenience, if the schedule is owned by the specified subscriber, then the _fromLocal scripting variable will be true. |
Type: String |
This scripting variable indicates which subscriber owns the schedule. If the schedule is inherited, this variable will indicate an ancestor subscriber. If the schedule is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _enterpriseName scripting variable). For convenience, if the schedule is owned by the specified subscriber, then the _fromLocal scripting variable will be true. |
Type: Boolean |
This scripting variable indicates whether the schedule is owned by the specified subscriber. |
Type: String |
This scripting variable indicates which subscriber owns the schedule. If the schedule is inherited, this variable will indicate an ancestor subscriber. If the schedule is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _path scripting variable). For convenience, if the schedule is owned by the specified subscriber, then the _fromLocal scripting variable will be true. |
Type: String |
This scripting variable indicates which subscriber owns the schedule. If the schedule is inherited, this variable will indicate an ancestor subscriber. If the schedule is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _siteName scripting variable). For convenience, if the schedule is owned by the specified subscriber, then the _fromLocal scripting variable will be true. |
Type: Boolean |
This scripting variable indicates whether schedules inherited from ancestor subscribers are included. |
Type: String |
This scripting variable provides the hierarchy. The scripting variable _path supersedes the scripting variables with the suffixes _retailerName, _enterpriseName, _siteName, and _accessName. These scripting variables are still compatible with the current SDX software. If a tag uses the scripting variable _path and any of these other scripting variables, all the scripting variables should be marked as optional (*). |
Type: String |
This scripting variable provides the name of each schedule under the specified subscriber and, if includeInherited is true, the name of each schedule that the specified subscriber inherits from its ancestor subscribers. |
Overview Index |
SDX 7.17 Enterprise JSP Tags Juniper Networks, Inc. |
|
PREVIOUS TAG NEXT TAG SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES DETAILS: ATTRIBUTES | SCRIPTING VARIABLES |
Copyright 2000-2017 Juniper Networks, Inc. All rights reserved.