|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsc.beans.syncoptions.ForceSyncOptions
public class ForceSyncOptions
Always return a Force status.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.lsc.beans.syncoptions.ISyncOptions |
|---|
ISyncOptions.STATUS_TYPE |
| Constructor Summary | |
|---|---|
ForceSyncOptions()
|
|
| Method Summary | |
|---|---|
String |
getCondition(JndiModificationType operation)
Returns the condition for this operation |
Set<String> |
getCreateAttributeNames()
Return the names of attributes to be created. |
String |
getCreateCondition()
Returns the condition for a creation |
String |
getCreateValue(String id,
String attributeName)
|
List<String> |
getCreateValues(String id,
String attributeName)
Return the create value for a given attribute name. |
String |
getDefaultValue(String id,
String attributeName)
|
Set<String> |
getDefaultValuedAttributeNames()
Return the default valued attributes |
List<String> |
getDefaultValues(String id,
String attributeName)
Return the default values for a given attribute name. |
String |
getDeleteCondition()
Returns the condition for a delete |
String |
getDn()
Get the setting to generate a DN |
Set<String> |
getForceValuedAttributeNames()
Return the force valued attributes |
List<String> |
getForceValues(String id,
String attributeName)
Return the force value for a given attribute name. |
String |
getModrdnCondition()
Returns the condition for a modrdn |
ISyncOptions.STATUS_TYPE |
getStatus(String id,
String attributeName)
Analyze the context to get the right synchronization status to apply. |
String |
getTaskName()
Get the task name |
String |
getUpdateCondition()
Returns the condition for an update |
List<String> |
getWriteAttributes()
Get all the attributes that must be written in the destination |
void |
initialize(String taskname)
Initialize the synchronization options policy. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForceSyncOptions()
| Method Detail |
|---|
public final ISyncOptions.STATUS_TYPE getStatus(String id,
String attributeName)
ISyncOptions
getStatus in interface ISyncOptionsid - the object identifier according to the datasourceattributeName - the attribute name
public final String getDefaultValue(String id,
String attributeName)
public final String getCreateValue(String id,
String attributeName)
public final void initialize(String taskname)
ISyncOptions
initialize in interface ISyncOptionstaskname - the task name on which applying syncoptspublic final Set<String> getCreateAttributeNames()
ISyncOptions
getCreateAttributeNames in interface ISyncOptionspublic final Set<String> getDefaultValuedAttributeNames()
ISyncOptions
getDefaultValuedAttributeNames in interface ISyncOptionspublic Set<String> getForceValuedAttributeNames()
ISyncOptions
getForceValuedAttributeNames in interface ISyncOptions
public List<String> getCreateValues(String id,
String attributeName)
ISyncOptions
getCreateValues in interface ISyncOptionsid - the object identifier according to the datasourceattributeName - the attribute name
public List<String> getDefaultValues(String id,
String attributeName)
ISyncOptions
getDefaultValues in interface ISyncOptionsid - the object identifier according to the datasourceattributeName - the attribute name
public List<String> getWriteAttributes()
ISyncOptions
getWriteAttributes in interface ISyncOptionspublic String getCreateCondition()
ISyncOptions
getCreateCondition in interface ISyncOptionspublic String getDeleteCondition()
ISyncOptions
getDeleteCondition in interface ISyncOptionspublic String getUpdateCondition()
ISyncOptions
getUpdateCondition in interface ISyncOptionspublic String getModrdnCondition()
ISyncOptions
getModrdnCondition in interface ISyncOptionspublic String getCondition(JndiModificationType operation)
ISyncOptions
getCondition in interface ISyncOptionsoperation - The operation type
public String getDn()
ISyncOptions
getDn in interface ISyncOptions
public List<String> getForceValues(String id,
String attributeName)
ISyncOptions
getForceValues in interface ISyncOptionsid - the object identifier according to the datasourceattributeName - the attribute name
public String getTaskName()
ISyncOptions
getTaskName in interface ISyncOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||