|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.resource.repository.NewFileCheckinSpecification
public class NewFileCheckinSpecification
A special form of a ResourceCheckinSpecification which is only applied to resources that are newly created during another operation.
Constructor Summary | |
---|---|
NewFileCheckinSpecification()
Zero-arg constructor. |
|
NewFileCheckinSpecification(boolean enableVersioning)
Constructor specifying if new files created should be versioned. |
|
NewFileCheckinSpecification(boolean enableVersioningForNewFiles,
VersionType versionType)
Constructor specifying if new files should be versioned, and what type of versioning should they use. |
|
NewFileCheckinSpecification(boolean enableVersioning,
VersionType versionType,
String customVersionValue)
Constructor specifying if new files should be versioned, what type of versioning should they use, and the customVersion to use if versioning type is CUSTOM.. |
Method Summary | |
---|---|
String |
getCustomVersionValue()
Get the customVersionValue of this specification. |
VersionType |
getVersionType()
Get the versionType of this specification. |
boolean |
isEnableVersioning()
Is the enableVersioning value set to true? |
void |
setCustomVersionValue(String customVersionValue)
Set the customVersionValue of this specification. |
void |
setEnableVersioning(boolean enableVersioning)
Set the enableVersioning value. |
void |
setVersionType(VersionType versionType)
Set the versionType of this specification. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NewFileCheckinSpecification()
public NewFileCheckinSpecification(boolean enableVersioning)
enableVersioning
- Boolean indicating if new files should be created as versioned or unversioned.public NewFileCheckinSpecification(boolean enableVersioningForNewFiles, VersionType versionType)
enableVersioningForNewFiles
- Boolean indicating if new files should be created as versioned or unversioned.versionType
- The type of versioning the new files should use.public NewFileCheckinSpecification(boolean enableVersioning, VersionType versionType, String customVersionValue)
enableVersioning
- Boolean indicating if new files should be created as versioned or unversioned.versionType
- The type of versioning the new files should use.customVersionValue
- The custom version the new files should use.Method Detail |
---|
public boolean isEnableVersioning()
public void setEnableVersioning(boolean enableVersioning)
enableVersioning
- the enableVersioning to setpublic VersionType getVersionType()
public void setVersionType(VersionType versionType)
versionType
- the versionType to setpublic String getCustomVersionValue()
public void setCustomVersionValue(String customVersionValue)
customVersionValue
- the customVersionValue to setpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |