public abstract class AbstractSynchronizable extends AbstractAttributable implements Synchronizable
Synchronizable.Syncable
Constructor and Description |
---|
AbstractSynchronizable() |
AbstractSynchronizable(String objectType) |
AbstractSynchronizable(String objectType,
String name) |
AbstractSynchronizable(String objectType,
String name,
String path) |
AbstractSynchronizable(String objectType,
String name,
String path,
String identifier) |
AbstractSynchronizable(String objectType,
String name,
String path,
String identifier,
List<Attribute> attributes) |
Modifier and Type | Method and Description |
---|---|
AbstractSynchronizable |
clone() |
boolean |
equals(Object obj) |
Synchronizable.Syncable |
getSyncable()
Retrieve the current synchronization flag which controls workspace synchronization behavior for this specific
repository node.
|
int |
hashCode() |
void |
setSyncable(Synchronizable.Syncable syncable)
Set the synchronization flag to control workspace synchronization behavior for this specific repository node.
|
static String |
toDisplayValue(Synchronizable.Syncable s) |
addAttribute, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsLong, getAttributeAsLong, getAttributeAsString, getAttributes, removeAttribute, setAttribute, setAttributes
getName, getPath, setName, setPath
getIdentifier, getObjectType, setIdentifier, setObjectType
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getIdentifier, getObjectType
public AbstractSynchronizable()
public AbstractSynchronizable(String objectType)
public AbstractSynchronizable(String objectType, String name, String path, String identifier)
public Synchronizable.Syncable getSyncable()
Synchronizable
getSyncable
in interface Synchronizable
public void setSyncable(Synchronizable.Syncable syncable)
Synchronizable
setSyncable
in interface Synchronizable
syncable
- set the syncable flag to control workspace synchronization behavior.public static String toDisplayValue(Synchronizable.Syncable s)
public AbstractSynchronizable clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int hashCode()
hashCode
in class AbstractAttributable
public boolean equals(Object obj)
equals
in class AbstractAttributable
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA