Package org.alfresco.repo.content
Class StorageClassSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<String>
-
- org.alfresco.repo.content.StorageClassSet
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,Set<String>
public class StorageClassSet extends HashSet<String>
Represents the state of the content and it is internally represented as a set. It can have none, one, or multiple storage classes to specify the state e.g. [default], [archive], [archive, encrypted]- Author:
- Lucian Tuca
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageClassSet()StorageClassSet(String... storageClasses)
-
Method Summary
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
StorageClassSet
public StorageClassSet()
-
StorageClassSet
public StorageClassSet(String... storageClasses)
-
-