-
Method Summary
boolean
boolean
void
void
void
void
void
void
void
void
void
-
Method Details
-
-
-
getName
The name of the sandbox.
Certain sandbox names are reserved in the system. User created
sandboxes cannot start with "", "approve_", or "deploy_".
- Returns:
- String sandbox name
-
-
-
-
-
setAuthor
void setAuthor(Long author)
-
-
setParentSandBox
void setParentSandBox(SandBox parentSandBox)
-
-
-
-
setGoLiveDate
void setGoLiveDate(Date goLiveDate)
-
getSandBoxIdsForUpwardHierarchy
List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited)
-
getSandBoxIdsForUpwardHierarchy
List<Long> getSandBoxIdsForUpwardHierarchy(boolean includeInherited,
boolean includeCurrent)
-
-
-
getIsInDefaultHierarchy
boolean getIsInDefaultHierarchy()
- Returns:
- whether or not this sandbox, or any of its parent sandboxes, has type DEFAULT.
-
-
-
isActive
boolean isActive()
- Specified by:
isActive
in interface Status