Package | Description |
---|---|
com.sas.hls.common |
Contains common interfaces and data objects that work across the HLS platform.
|
com.sas.hls.search |
Service and class definitions for searching repository items in the system.
|
Modifier and Type | Method and Description |
---|---|
Synchronizable.Syncable |
AbstractSynchronizable.getSyncable() |
Synchronizable.Syncable |
Synchronizable.getSyncable()
Retrieve the current synchronization flag which controls workspace synchronization behavior for this specific
repository node.
|
static Synchronizable.Syncable |
Synchronizable.Syncable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Synchronizable.Syncable[] |
Synchronizable.Syncable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSynchronizable.setSyncable(Synchronizable.Syncable syncable) |
void |
Synchronizable.setSyncable(Synchronizable.Syncable syncable)
Set the synchronization flag to control workspace synchronization behavior for this specific repository node.
|
static String |
AbstractSynchronizable.toDisplayValue(Synchronizable.Syncable s) |
Modifier and Type | Method and Description |
---|---|
Synchronizable.Syncable |
SearchQuery.getCopyToWorkspaceStatus()
Gets the
Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node. |
Modifier and Type | Method and Description |
---|---|
void |
SearchQuery.setCopyToWorkspaceStatus(Synchronizable.Syncable copyToWorkspaceStatus)
Sets the
Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node. |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA